Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 25 of 260) sorted by relevance

1234567891011

/linux/drivers/bus/
A Domap_l3_noc.c114 l3->mst_addr_mask) >> __ffs(l3->mst_addr_mask); in l3_handle_target()
116 for (k = 0, master = l3->l3_masters; k < l3->num_masters; in l3_handle_target()
198 dev_err(l3->dev, in l3_interrupt_handler()
248 l3 = devm_kzalloc(&pdev->dev, sizeof(*l3), GFP_KERNEL); in omap_l3_probe()
249 if (!l3) in omap_l3_probe()
252 memcpy(l3, of_id->data, sizeof(*l3)); in omap_l3_probe()
263 l3->l3_base[i] = l3->l3_base[i - 1]; in omap_l3_probe()
279 ret = devm_request_irq(l3->dev, l3->debug_irq, l3_interrupt_handler, in omap_l3_probe()
283 l3->debug_irq); in omap_l3_probe()
288 ret = devm_request_irq(l3->dev, l3->app_irq, l3_interrupt_handler, in omap_l3_probe()
[all …]
A Domap_l3_smx.c214 struct omap3_l3 *l3; in omap3_l3_probe() local
218 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe()
219 if (!l3) in omap3_l3_probe()
231 if (!l3->rt) { in omap3_l3_probe()
256 free_irq(l3->debug_irq, l3); in omap3_l3_probe()
258 iounmap(l3->rt); in omap3_l3_probe()
260 kfree(l3); in omap3_l3_probe()
268 free_irq(l3->app_irq, l3); in omap3_l3_remove()
269 free_irq(l3->debug_irq, l3); in omap3_l3_remove()
270 iounmap(l3->rt); in omap3_l3_remove()
[all …]
/linux/Documentation/devicetree/bindings/interconnect/
A Dqcom,osm-l3.yaml22 - qcom,sc7180-osm-l3
23 - qcom,sc8180x-osm-l3
24 - qcom,sdm670-osm-l3
25 - qcom,sdm845-osm-l3
26 - qcom,sm6350-osm-l3
27 - qcom,sm8150-osm-l3
28 - const: qcom,osm-l3
31 - qcom,sc7280-epss-l3
34 - qcom,sm8250-epss-l3
36 - const: qcom,epss-l3
[all …]
/linux/arch/sparc/kernel/
A Dhead_64.S175 mov 1, %l3
199 mov 4, %l3
217 sub %l0, %l3, %l3
270 sllx %l3, 13, %l3
290 srlx %l3, ILOG2_4MB, %l3
291 sllx %l3, ILOG2_4MB, %l3
300 sub %l0, %l3, %l3
308 add %l3, %l4, %l3
309 andn %l3, %l4, %l3
315 sub %l0, %l3, %l3
[all …]
A Dhvtramp.S58 add %l0, HVTRAMP_DESCR_MAPS, %l3
60 1: ldx [%l3 + HVTRAMP_MAPPING_VADDR], %o0
62 ldx [%l3 + HVTRAMP_MAPPING_TTE], %o2
73 add %l3, HVTRAMP_MAPPING_SIZE, %l3
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Dhw_stats_l3.sh242 reporting_test l3
291 fail_next_test l3
356 counter_test l3
365 nsim_hwstats_enable 1 dummy1 l3
366 nsim_hwstats_enable 2 dummy1 l3
367 nsim_hwstats_enable 3 dummy1 l3
396 nsim_hwstats_disable 3 dummy1 l3
397 nsim_hwstats_disable 2 dummy1 l3
398 nsim_hwstats_disable 1 dummy1 l3
405 rollback_test l3
[all …]
/linux/arch/sparc/include/asm/
A Dhead_32.h13 rd %psr, %l0; b label; rd %wim, %l3; nop;
16 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7;
17 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7;
21 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3;
73 mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3;
79 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
82 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
A Dttable.h20 clr %l0; clr %l1; clr %l2; clr %l3; \
255 stx %l3, [%sp + STACK_BIAS + 0x18]; \
276 stx %l3, [%sp + STACK_BIAS + 0x18]; \
304 stxa %l3, [%g1 + %g3] ASI; \
400 stwa %l3, [%g1 + %g3] ASI; \
433 stwa %l3, [%sp + 0x0c] %asi; \
511 ldx [%sp + STACK_BIAS + 0x18], %l3; \
535 ldx [%sp + STACK_BIAS + 0x18], %l3; \
565 ldxa [%g1 + %g5] ASI, %l3; \
625 lduwa [%sp + %g5] ASI, %l3; \
[all …]
/linux/Documentation/devicetree/bindings/arm/omap/
A Dl3-noc.txt7 - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
8 Should be "ti,omap4-l3-noc" for OMAP4 family
9 Should be "ti,omap5-l3-noc" for OMAP5 family
10 Should be "ti,dra7-l3-noc" for DRA7 family
11 Should be "ti,am4372-l3-noc" for AM43 family
18 compatible = "ti,omap4-l3-noc", "simple-bus";
/linux/Documentation/devicetree/bindings/regulator/
A Dqcom,smd-rpm-regulator.yaml27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9,
36 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
44 For pm8909, s1, s2, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
50 For pm8937, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
53 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
57 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
61 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
[all …]
A Dqcom,rpmh-regulator.yaml144 vdd-l2-l3-supply: true
165 vdd-l2-l3-supply: true
180 vdd-l2-l3-supply: true
198 vdd-l3-l5-l7-l8-supply: true
251 vdd-l3-l4-supply: true
266 vdd-l3-l4-l5-l18-supply: true
281 vdd-l2-l3-supply: true
298 vdd-l3-l5-supply: true
368 vdd-l3-l11-supply: true
420 vdd-l3-supply: true
[all …]
A Dqcom,rpm-regulator.yaml19 For pm8058 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15,
23 For pm8901 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
26 For pm8921 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
31 For pm8018 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/linux/arch/sparc/power/
A Dhibernate_asm.S82 mov %g3, %l3 /* PAGE_SIZE-8 */
84 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
85 stxa %g2, [%l2 + %l3] ASI_PHYS_USE_EC
86 cmp %l3, %g0
88 sub %l3, 8, %l3
/linux/arch/arm64/boot/dts/realtek/
A Drtd16xx.dtsi53 next-level-cache = <&l3>;
61 next-level-cache = <&l3>;
69 next-level-cache = <&l3>;
77 next-level-cache = <&l3>;
85 next-level-cache = <&l3>;
90 next-level-cache = <&l3>;
96 l3: l3-cache { label
/linux/arch/x86/kernel/cpu/
A Dcacheinfo.c253 union l3_cache l3; in amd_cpuid4() local
285 if (!l3.val) in amd_cpuid4()
287 assoc = assocs[l3.assoc]; in amd_cpuid4()
288 line_size = l3.line_size; in amd_cpuid4()
289 lines_per_tag = l3.lines_per_tag; in amd_cpuid4()
290 size_in_kb = l3.size_encoded * 512; in amd_cpuid4()
323 struct amd_l3_cache *l3 = &nb->l3_cache; in amd_calc_l3_indices() local
330 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices()
835 l3 += cache_table[k].size; in init_intel_cacheinfo()
861 l3 = new_l3; in init_intel_cacheinfo()
[all …]
/linux/drivers/media/platform/ti/davinci/
A Dvpif.c73 .l3 = 43,
90 .l3 = 45,
107 .l3 = 26,
124 .l3 = 26,
141 .l3 = 21,
161 .l3 = 21,
181 .l3 = 42,
200 .l3 = 23,
220 .l3 = 23,
303 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
/linux/drivers/net/ethernet/intel/ice/
A Dice_virtchnl_fdir.c958 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern()
970 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern()
987 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1004 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1021 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1039 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1049 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1068 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1076 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1082 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
[all …]
/linux/drivers/dma/
A Dste_dma40_ll.c30 u32 l3 = 0; /* dst */ in d40_log_cfg() local
41 l3 |= BIT(D40_MEM_LCSP3_DCFG_INCR_POS); in d40_log_cfg()
51 l3 |= BIT(D40_MEM_LCSP3_DCFG_MST_POS); in d40_log_cfg()
53 l3 |= BIT(D40_MEM_LCSP3_DCFG_EIM_POS); in d40_log_cfg()
54 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()
55 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()
64 *lcsp3 = l3; in d40_log_cfg()
/linux/arch/powerpc/kernel/
A Dsetup_64.c630 struct device_node *cpu = NULL, *l2, *l3 = NULL; in initialize_cache_info() local
646 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192); in initialize_cache_info()
669 l3 = of_find_next_cache_node(l2); in initialize_cache_info()
672 if (l3) { in initialize_cache_info()
673 parse_cache_info(l3, false, &ppc64_caches.l3); in initialize_cache_info()
674 of_node_put(l3); in initialize_cache_info()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dgddr5.c37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
50 l3 = !ram->next->bios.ramcfg_11_07_02; in nvkm_gddr5_calc()
99 ram->mr[5] |= (l3 << 2); in nvkm_gddr5_calc()
/linux/security/selinux/ss/
A Dmls_types.h45 #define mls_level_between(l1, l2, l3) \ argument
46 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
/linux/arch/sparc/lib/
A Dxor.S390 xor %l3, %l1, %l3
392 stxa %l3, [%i0 + 0x38] %asi
579 xor %l3, %l1, %l3
581 stxa %l3, [%i0 + 0x08] %asi
595 xor %l3, %l1, %l3
597 stxa %l3, [%i0 + 0x18] %asi
611 xor %l3, %l1, %l3
613 stxa %l3, [%i0 + 0x28] %asi
630 xor %l3, %l1, %l3
632 stxa %l3, [%i0 + 0x38] %asi
/linux/arch/sparc/prom/
A Dcif.S21 mov %g6, %l3
26 mov %l3, %g6
/linux/Documentation/devicetree/bindings/edac/
A Dapm-xgene-edac.txt40 - compatible : Shall be "apm,xgene-edac-l3" or
41 "apm,xgene-edac-l3-v2".
46 "apm,xgene-edac-l3-soc" for general value reporting
104 compatible = "apm,xgene-edac-l3";
/linux/Documentation/devicetree/bindings/mfd/
A Dqcom,pm8008.yaml31 vdd-l3-l4-supply: true
93 - vdd-l3-l4-supply
125 vdd-l3-l4-supply = <&vreg_s1b_1p8>;

Completed in 51 milliseconds

1234567891011