/u-boot/include/asm-generic/ |
A D | atomic-long.h | 27 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() 135 #define atomic_long_cmpxchg(l, old, new) \ argument 146 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() 160 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc() 167 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() [all …]
|
/u-boot/drivers/ddr/marvell/axp/ |
A D | ddr3_init.h | 21 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 22 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 25 #define DEBUG_INIT_D(d, l) argument 26 #define DEBUG_INIT_D_10(d, l) argument 31 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 32 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 41 #define DEBUG_INIT_FULL_D(d, l) argument 42 #define DEBUG_INIT_FULL_D_10(d, l) argument 47 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 49 #define DEBUG_INIT_C(s, d, l) \ argument
|
A D | ddr3_dfs.c | 19 #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
|
A D | ddr3_dqs.c | 19 #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 …]
|
A D | ddr3_write_leveling.c | 20 #define DEBUG_WL_C(s, d, l) \ argument 22 #define DEBUG_WL_FULL_C(s, d, l) \ argument 27 #define DEBUG_WL_D(d, l) printf("%x", d) argument 30 #define DEBUG_RL_D(d, l) \ argument 34 #define DEBUG_WL_D(d, l) argument 39 #define DEBUG_WL_FULL_D(d, l) printf("%x", d) argument 42 #define DEBUG_WL_FULL_D(d, l) argument
|
A D | ddr3_hw_training.c | 32 #define DEBUG_MAIN_C(s, d, l) \ argument 34 #define DEBUG_MAIN_FULL_C(s, d, l) \ argument 39 #define DEBUG_MAIN_D(d, l) printf("%x", d) argument 42 #define DEBUG_MAIN_D(d, l) argument 47 #define DEBUG_MAIN_FULL_D(d, l) printf("%x", d) argument 50 #define DEBUG_MAIN_FULL_D(d, l) argument 55 #define DEBUG_SUSPEND_RESUME_D(d, l) printf("%x", d) argument 58 #define DEBUG_SUSPEND_RESUME_D(d, l) argument
|
A D | ddr3_read_leveling.c | 19 #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
|
A D | ddr3_pbs.c | 19 #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
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr_ml_wrapper.h | 26 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 27 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 30 #define DEBUG_INIT_D(d, l) argument 31 #define DEBUG_INIT_D_10(d, l) argument 36 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 37 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 46 #define DEBUG_INIT_FULL_D(d, l) argument 47 #define DEBUG_INIT_FULL_D_10(d, l) argument 52 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 56 #define DEBUG_INIT_C(s, d, l) \ argument
|
/u-boot/arch/nios2/include/asm/bitops/ |
A D | atomic.h | 22 #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
|
/u-boot/include/linux/ |
A D | bitops.h | 30 #define GENMASK(h, l) \ argument 33 #define GENMASK(h, l) \ argument 37 #define GENMASK_ULL(h, l) \ argument 172 static inline unsigned fls_long(unsigned long l) in fls_long()
|
/u-boot/drivers/usb/musb-new/ |
A D | omap2430.c | 32 u32 l; in omap2430_low_level_exit() local 42 u32 l; in omap2430_low_level_init() local 52 u32 l; in omap2430_musb_init() local
|
/u-boot/cmd/ |
A D | itest.c | 54 long l = 0; in evalexp() local 118 char *l, *r; in stringcomp() local 137 long l, r; in arithcomp() local
|
A D | console.c | 18 int l; in do_coninfo() local
|
/u-boot/arch/sh/include/asm/ |
A D | io.h | 92 #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
|
/u-boot/drivers/net/ |
A D | smc91111.h | 106 #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 221 #define SMC_insw(a, r, b, l) \ argument 238 #define SMC_outsw(a, r, b, l) \ argument 281 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument [all …]
|
/u-boot/arch/microblaze/include/asm/ |
A D | io.h | 139 #define outsb(a, b, l) io_outsb(a, b, l) argument 140 #define outsw(a, b, l) io_outsw(a, b, l) argument 141 #define outsl(a, b, l) io_outsl(a, b, l) argument 143 #define insb(a, b, l) io_insb(a, b, l) argument 144 #define insw(a, b, l) io_insw(a, b, l) argument 145 #define insl(a, b, l) io_insl(a, b, l) argument
|
/u-boot/drivers/tpm/ |
A D | tpm2_tis_spi.c | 33 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument 34 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument 35 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument 36 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument 37 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument 38 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument
|
/u-boot/drivers/gpio/ |
A D | mxc_gpio.c | 78 u32 l; in mxc_gpio_direction() local 105 u32 l; in gpio_set_value() local 185 u32 l; in mxc_gpio_bank_direction() local 202 u32 l; in mxc_gpio_bank_set_value() local
|
/u-boot/scripts/kconfig/ |
A D | kconf_id.c | 46 int l = strlen(id->name); in kconf_id_lookup() local
|
/u-boot/fs/btrfs/ |
A D | root-tree.c | 11 struct extent_buffer *l; in btrfs_find_last_root() local
|
/u-boot/arch/powerpc/lib/ |
A D | bat_rw.c | 126 unsigned long register l; in read_bat() local
|
/u-boot/scripts/dtc/ |
A D | treesource.c | 240 struct label *l; in write_tree_source_node() local 273 struct label *l; in dt_to_source() local
|
/u-boot/arch/nds32/include/asm/ |
A D | io.h | 251 #define outsb(p, d, l) writesb(__io(p), d, l) argument 252 #define outsw(p, d, l) writesw(__io(p), d, l) argument 253 #define outsl(p, d, l) writesl(__io(p), d, l) argument 255 #define insb(p, d, l) readsb(__io(p), d, l) argument 256 #define insw(p, d, l) readsw(__io(p), d, l) argument 257 #define insl(p, d, l) readsl(__io(p), d, l) argument 374 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument 375 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument 376 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument 378 #define eth_io_copy_and_sum(s, c, l, b) \ argument
|
/u-boot/arch/arm/cpu/arm1136/mx31/ |
A D | generic.c | 119 u32 field, l, reg; in mx31_set_pad() local 134 u32 l; in mx31_set_gpr() local
|