Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 115) sorted by relevance

12345

/rk3399_rockchip-uboot/include/asm-generic/
H A Datomic-long.h27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read()
34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set()
41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc()
48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec()
55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add()
62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub()
70 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in atomic_long_sub_and_test()
77 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test()
84 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test()
91 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative()
[all …]
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_init.h22 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
23 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
26 #define DEBUG_INIT_D(d, l) argument
27 #define DEBUG_INIT_D_10(d, l) argument
32 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
33 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
42 #define DEBUG_INIT_FULL_D(d, l) argument
43 #define DEBUG_INIT_FULL_D_10(d, l) argument
48 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
50 #define DEBUG_INIT_C(s, d, l) \ argument
H A Dddr3_dfs.c19 #define DEBUG_DFS_C(s, d, l) \ argument
21 #define DEBUG_DFS_FULL_C(s, d, l) \ argument
26 #define DEBUG_DFS_D(d, l) printf("%x", d) argument
29 #define DEBUG_DFS_D(d, l) argument
34 #define DEBUG_DFS_FULL_D(d, l) printf("%x", d) argument
37 #define DEBUG_DFS_FULL_D(d, l) argument
H A Dddr3_dqs.c19 #define DEBUG_DQS_C(s, d, l) \ argument
21 #define DEBUG_DQS_FULL_C(s, d, l) \ argument
23 #define DEBUG_DQS_RESULTS_C(s, d, l) \ argument
25 #define DEBUG_PER_DQ_C(s, d, l) \ argument
30 #define DEBUG_DQS_RESULTS_D(d, l) \ argument
35 #define DEBUG_PER_DQ_D(d, l) \ argument
37 #define DEBUG_PER_DQ_DD(d, l) \ argument
42 #define DEBUG_DQS_D(d, l) printf("%x", d) argument
45 #define DEBUG_DQS_D(d, l) argument
50 #define DEBUG_DQS_FULL_D(d, l) printf("%x", d) argument
[all …]
H A Dddr3_write_leveling.c19 #define DEBUG_WL_C(s, d, l) \ argument
21 #define DEBUG_WL_FULL_C(s, d, l) \ argument
26 #define DEBUG_WL_D(d, l) printf("%x", d) argument
29 #define DEBUG_RL_D(d, l) \ argument
33 #define DEBUG_WL_D(d, l) argument
38 #define DEBUG_WL_FULL_D(d, l) printf("%x", d) argument
41 #define DEBUG_WL_FULL_D(d, l) argument
H A Dddr3_hw_training.c31 #define DEBUG_MAIN_C(s, d, l) \ argument
33 #define DEBUG_MAIN_FULL_C(s, d, l) \ argument
38 #define DEBUG_MAIN_D(d, l) printf("%x", d) argument
41 #define DEBUG_MAIN_D(d, l) argument
46 #define DEBUG_MAIN_FULL_D(d, l) printf("%x", d) argument
49 #define DEBUG_MAIN_FULL_D(d, l) argument
54 #define DEBUG_SUSPEND_RESUME_D(d, l) printf("%x", d) argument
57 #define DEBUG_SUSPEND_RESUME_D(d, l) argument
H A Dddr3_read_leveling.c19 #define DEBUG_RL_C(s, d, l) \ argument
21 #define DEBUG_RL_FULL_C(s, d, l) \ argument
27 #define DEBUG_RL_D(d, l) \ argument
31 #define DEBUG_RL_D(d, l) argument
36 #define DEBUG_RL_FULL_D(d, l) printf("%x", d) argument
39 #define DEBUG_RL_FULL_D(d, l) argument
H A Dddr3_pbs.c19 #define DEBUG_PBS_FULL_C(s, d, l) \ argument
21 #define DEBUG_PBS_C(s, d, l) \ argument
26 #define DEBUG_PBS_D(d, l) printf("%x", d) argument
29 #define DEBUG_PBS_D(d, l) argument
34 #define DEBUG_PBS_FULL_D(d, l) printf("%x", d) argument
37 #define DEBUG_PBS_FULL_D(d, l) argument
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_init.h37 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
38 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
41 #define DEBUG_INIT_D(d, l) argument
42 #define DEBUG_INIT_D_10(d, l) argument
47 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
48 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
57 #define DEBUG_INIT_FULL_D(d, l) argument
58 #define DEBUG_INIT_FULL_D_10(d, l) argument
63 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
67 #define DEBUG_INIT_C(s, d, l) \ argument
/rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/
H A Datomic.h22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument
28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument
36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument
37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Domap2430.c28 u32 l; in omap2430_low_level_exit() local
38 u32 l; in omap2430_low_level_init() local
48 u32 l; in omap2430_musb_init() local
/rk3399_rockchip-uboot/cmd/
H A Ditest.c54 long l = 0; in evalexp() local
113 char *l, *r; in stringcomp() local
132 long l, r; in arithcomp() local
H A Dconsole.c18 int l; in do_coninfo() local
/rk3399_rockchip-uboot/include/linux/
H A Dbitops.h24 #define GENMASK(h, l) \ argument
27 #define GENMASK_ULL(h, l) \ argument
151 static inline unsigned fls_long(unsigned long l) in fls_long()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dio.h92 #define outsb(p, d, l) __raw_writesb(p, d, l) argument
93 #define outsw(p, d, l) __raw_writesw(p, d, l) argument
94 #define outsl(p, d, l) __raw_writesl(p, d, l) argument
96 #define insb(p, d, l) __raw_readsb(p, d, l) argument
97 #define insw(p, d, l) __raw_readsw(p, d, l) argument
98 #define insl(p, d, l) __raw_readsl(p, d, l) argument
156 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument
157 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument
158 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument
160 #define eth_io_copy_and_sum(s, c, l, b) \ argument
/rk3399_rockchip-uboot/drivers/net/
H A Dsmc91111.h106 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
114 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
122 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
131 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
140 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument
180 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument
187 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument
194 #define SMC_insl(a,r,b,l) do{ int __i ; \ argument
202 #define SMC_insw(a,r,b,l) do{ int __i ; \ argument
210 #define SMC_insb(a,r,b,l) do{ int __i ; \ argument
[all …]
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dio.h115 #define outsb(a,b,l) io_outsb(a,b,l) argument
116 #define outsw(a,b,l) io_outsw(a,b,l) argument
117 #define outsl(a,b,l) io_outsl(a,b,l) argument
119 #define insb(a,b,l) io_insb(a,b,l) argument
120 #define insw(a,b,l) io_insw(a,b,l) argument
121 #define insl(a,b,l) io_insl(a,b,l) argument
/rk3399_rockchip-uboot/drivers/gpio/
H A Dmxc_gpio.c66 u32 l; in mxc_gpio_direction() local
93 u32 l; in gpio_set_value() local
175 u32 l; in mxc_gpio_bank_direction() local
192 u32 l; in mxc_gpio_bank_set_value() local
/rk3399_rockchip-uboot/lib/
H A Dstrmhz.c11 long l, n; in strmhz() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Dtreesource.c240 struct label *l; in write_tree_source_node() local
273 struct label *l; in dt_to_source() local
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dbat_rw.c126 unsigned long register l; in read_bat() local
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_infineon.c54 #define TPM_ACCESS(l) (0x0000 | ((l) << 4)) argument
55 #define TPM_STS(l) (0x0001 | ((l) << 4)) argument
56 #define TPM_DATA_FIFO(l) (0x0005 | ((l) << 4)) argument
57 #define TPM_DID_VID(l) (0x0006 | ((l) << 4)) argument
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c119 u32 field, l, reg; in mx31_set_pad() local
134 u32 l; in mx31_set_gpr() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618.h14 #define UPDATE(v, h, l) (((v) << (l)) & GENMASK((h), (l))) argument
15 #define HIWORD_UPDATE(v, h, l) (((v) << (l)) | (GENMASK(h, l) << 16)) argument
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dio.h260 #define outsb(p, d, l) writesb(__io(p), d, l) argument
261 #define outsw(p, d, l) writesw(__io(p), d, l) argument
262 #define outsl(p, d, l) writesl(__io(p), d, l) argument
264 #define insb(p, d, l) readsb(__io(p), d, l) argument
265 #define insw(p, d, l) readsw(__io(p), d, l) argument
266 #define insl(p, d, l) readsl(__io(p), d, l) argument
383 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument
384 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument
385 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument
387 #define eth_io_copy_and_sum(s, c, l, b) \ argument

12345