| /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/lib/zstd/common/ |
| A D | debug.h | 76 # define RAWLOG(l, ...) { \ argument 80 # define DEBUGLOG(l, ...) { \ argument 86 # define RAWLOG(l, ...) {} /* disabled */ argument 87 # define DEBUGLOG(l, ...) {} /* disabled */ argument
|
| /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/tpm/ |
| A D | tpm_tis.h | 83 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument 84 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument 85 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument 86 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument 87 #define TPM_DID_VID(l) (0x0f00 | ((l) << 12)) argument 88 #define TPM_RID(l) (0x0f04 | ((l) << 12)) argument 89 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument
|
| /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 | 19 int l; in do_coninfo() local
|
| /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 61 u32 l; in omap2430_musb_init() 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/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/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/drivers/memory/ |
| A D | ti-gpmc.c | 109 u32 l; in gpmc_get_clk_period() local 162 u32 l; in gpmc_cs_modify_reg() local 222 u32 l; in get_gpmc_timing_reg() local 391 u32 l; in set_gpmc_timing_reg() local 484 u32 l; in gpmc_cs_set_timings() local 634 u32 l; in gpmc_cs_set_memconf() local 661 u32 l; in gpmc_cs_enable_mem() local 670 u32 l; in gpmc_cs_disable_mem() local
|
| /u-boot/lib/crypt/ |
| A D | alg-sha256.h | 10 #define SHA256_Update(c, i, l) sha256_update(c, (const void *)i, l) argument
|
| A D | alg-sha512.h | 10 #define SHA512_Update(c, i, l) sha512_update(c, (const void *)i, l) argument
|
| /u-boot/fs/btrfs/ |
| A D | root-tree.c | 11 struct extent_buffer *l; in btrfs_find_last_root() local
|
| /u-boot/arch/riscv/include/asm/ |
| A D | io.h | 39 #define memcpy_fromio(a, c, l) memcpy((a), (c), (l)) argument 40 #define memcpy_toio(c, a, l) memcpy((c), (a), (l)) argument 213 #define outsb(p, d, l) writesb(__io(p), d, l) argument 214 #define outsw(p, d, l) writesw(__io(p), d, l) argument 215 #define outsl(p, d, l) writesl(__io(p), d, l) argument 217 #define insb(p, d, l) readsb(__io(p), d, l) argument 218 #define insw(p, d, l) readsw(__io(p), d, l) argument 219 #define insl(p, d, l) readsl(__io(p), d, l) argument
|