Searched defs:add (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/arm/mach-zynqmp/ |
| A D | psu_spl_init.c | 14 int __maybe_unused mask_pollonvalue(unsigned long add, u32 mask, u32 value) in mask_pollonvalue() 26 __weak int mask_poll(u32 add, u32 mask) in mask_poll() 39 __weak u32 mask_read(u32 add, u32 mask) in mask_read()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-address.h | 141 #define CVMX_ADD_SEG32(segment, add) (((s32)segment << 31) | (s32)(add)) argument 153 #define CVMX_ADD_SEG(segment, add) ((((u64)segment) << 62) | (add)) argument 155 #define CVMX_ADD_IO_SEG(add) (add) argument
|
| /u-boot/drivers/ddr/marvell/axp/ |
| A D | ddr3_read_leveling.c | 404 u32 reg, delay, phase, pup, rd_sample_delay, add, locked_pups, in ddr3_read_leveling_single_cs_rl_mode() local 756 u32 reg, delay, phase, sum, pup, rd_sample_delay, add, locked_pups, in ddr3_read_leveling_single_cs_window_mode() local
|
| /u-boot/tools/ |
| A D | moveconfig.py | 834 def add(self, defconfig): member in Slot 1055 def add(self, defconfig): member in Slots
|
| A D | zynqmpbif.c | 61 int (*add)(struct bif_entry *bf); member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | atmel_nand.c | 32 #define ecc_readl(add, reg) \ argument 34 #define ecc_writel(add, reg, value) \ argument
|
| /u-boot/lib/zstd/common/ |
| A D | fse_decompress.c | 115 U64 const add = 0x0101010101010101ull; in FSE_buildDTable_internal() local
|
| /u-boot/common/ |
| A D | dlmalloc.c | 45 #define AlignPage(add) (((add) + (malloc_getpagesize-1)) & \ argument 47 #define AlignPage64K(add) (((add) + (0x10000 - 1)) & ~(0x10000 - 1)) argument
|
| /u-boot/include/linux/mtd/ |
| A D | mtd.h | 528 void (*add)(struct mtd_info *mtd); member
|
| /u-boot/drivers/net/ |
| A D | mvpp2.c | 1478 unsigned int port, bool add) in mvpp2_prs_tcam_port_set() 1746 static void mvpp2_prs_mac_drop_all_set(struct mvpp2 *priv, int port, bool add) in mvpp2_prs_mac_drop_all_set() 1781 static void mvpp2_prs_mac_promisc_set(struct mvpp2 *priv, int port, bool add) in mvpp2_prs_mac_promisc_set() 1823 bool add) in mvpp2_prs_mac_multi_set() 2300 const u8 *da, bool add) in mvpp2_prs_mac_da_accept()
|
| /u-boot/fs/ubifs/ |
| A D | debug.c | 1771 int add; in add_size() local
|
| /u-boot/cmd/ |
| A D | eficonfig.c | 136 static void eficonfig_menu_adjust(struct efimenu *efi_menu, bool add) in eficonfig_menu_adjust()
|
| /u-boot/lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 498 U64 const add = 0x0101010101010101ull; in ZSTD_buildFSETable_body() local
|
| /u-boot/include/ |
| A D | ec_commands.h | 2954 } add; member
|
Completed in 67 milliseconds