/u-boot/arch/powerpc/include/asm/arch-mpc83xx/ |
A D | soc.h | 21 bool mpc83xx_has_sdhc(int type) in mpc83xx_has_sdhc() 28 bool mpc83xx_has_tsec(int type) in mpc83xx_has_tsec() 37 bool mpc83xx_has_pcie1(int type) in mpc83xx_has_pcie1() 44 bool mpc83xx_has_pcie2(int type) in mpc83xx_has_pcie2() 50 bool mpc83xx_has_sata(int type) in mpc83xx_has_sata() 56 bool mpc83xx_has_pci(int type) in mpc83xx_has_pci() 61 bool mpc83xx_has_second_i2c(int type) in mpc83xx_has_second_i2c() 67 bool mpc83xx_has_quicc_engine(int type) in mpc83xx_has_quicc_engine()
|
/u-boot/include/ |
A D | memalign.h | 71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 78 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument 80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument 88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument 93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument
|
/u-boot/include/asm-generic/ |
A D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/u-boot/drivers/pci/ |
A D | pci_indirect.c | 16 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 17 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 20 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument 35 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
|
A D | pcie_layerscape.c | 98 void ls_pcie_atu_outbound_set(struct ls_pcie *pcie, int idx, int type, in ls_pcie_atu_outbound_set() 113 int type, int idx, int bar, u64 phys) in ls_pcie_atu_inbound_set() 125 void ls_pcie_dump_atu(struct ls_pcie *pcie, u32 win_num, u32 type) in ls_pcie_dump_atu()
|
/u-boot/api/ |
A D | api_storage.c | 40 int type; /* "external" type: DT_STOR_{IDE,USB,etc} */ member 99 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get() 175 static int dev_is_stor(int type, struct device_info *di) in dev_is_stor() 181 static int dev_enum_stor(int type, struct device_info *di) in dev_enum_stor() 294 static int dev_stor_is_valid(int type, struct blk_desc *dd) in dev_stor_is_valid() 309 int type = dev_stor_type(cookie); in dev_open_stor() local 333 int type; in dev_read_stor() local 358 int type = dev_stor_type(dd); in dev_write_stor() local
|
/u-boot/include/linux/ |
A D | typecheck.h | 8 #define typecheck(type,x) \ argument 19 #define typecheck_fn(type,function) \ argument
|
/u-boot/arch/mips/include/asm/ |
A D | io.h | 325 #define __BUILD_MEMORY_PFX(bus, bwlq, type) \ argument 329 #define BUILDIO_MEM(bwlq, type) \ argument 340 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() argument 344 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() argument 355 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument 395 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() argument 419 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 443 #define BUILDSTRING(bwlq, type) \ argument 507 #define __BUILD_CLRBITS(bwlq, sfx, end, type) \ argument 518 #define __BUILD_SETBITS(bwlq, sfx, end, type) \ argument [all …]
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | pci.c | 22 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument 23 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument 25 #define PCI_OP(rw, size, type, op, mask) \ argument
|
/u-boot/fs/btrfs/ |
A D | btrfs.c | 33 u8 type = btrfs_dir_type(eb, di); in show_dir() local 139 u8 type; in btrfs_ls() local 167 u8 type; in btrfs_exists() local 190 u8 type; in btrfs_size() local 233 u8 type; in btrfs_read() local
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | pci.c | 22 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); argument 23 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); argument 25 #define PCI_OP(rw, size, type, op, mask) \ argument
|
/u-boot/arch/arm/include/asm/proc-armv/ |
A D | domain.h | 32 #define domain_val(dom,type) ((type) << 2*(dom)) argument 41 #define modify_domain(dom,type) \ argument
|
/u-boot/drivers/sysreset/ |
A D | sysreset-uclass.c | 26 int sysreset_request(struct udevice *dev, enum sysreset_t type) in sysreset_request() 56 int sysreset_walk(enum sysreset_t type) in sysreset_walk() 95 void sysreset_walk_halt(enum sysreset_t type) in sysreset_walk_halt()
|
A D | sysreset_sandbox.c | 15 enum sysreset_t type) in sandbox_warm_sysreset_request() 44 static int sandbox_sysreset_request(struct udevice *dev, enum sysreset_t type) in sandbox_sysreset_request()
|
A D | sysreset_microblaze.c | 13 enum sysreset_t type) in microblaze_sysreset_request()
|
A D | sysreset_socfpga_soc64.c | 14 enum sysreset_t type) in socfpga_sysreset_request()
|
/u-boot/arch/x86/include/asm/fsp1/ |
A D | fsp_ffs.h | 52 u8 type; member 75 u8 type; member 135 u8 type; member 144 u8 type; member
|
/u-boot/arch/mips/lib/ |
A D | reloc.c | 70 static void apply_reloc(unsigned int type, void *addr, long off, uint8_t *buf) in apply_reloc() 115 unsigned int type; in relocate_code() local
|
/u-boot/env/ |
A D | flags.c | 106 const char *env_flags_get_vartype_name(enum env_flags_vartype type) in env_flags_get_vartype_name() 125 char *type; in env_flags_parse_vartype() local 244 enum env_flags_vartype type) in _env_flags_validate_type() 369 enum env_flags_vartype type; in env_flags_validate_type() local 404 enum env_flags_vartype type = env_flags_get_type(name); in env_flags_validate_env_set_params() local 541 enum env_flags_vartype type = (enum env_flags_vartype) in env_flags_validate() local
|
/u-boot/drivers/usb/gadget/ |
A D | epautoconf.c | 52 u8 type; in ep_matches() local 225 u8 type; in usb_ep_autoconfig() local
|
/u-boot/tools/ |
A D | rksd.c | 15 static int rksd_check_image_type(uint8_t type) in rksd_check_image_type()
|
/u-boot/scripts/kconfig/ |
A D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 992 enum symbol_type type, in expr_parse_string()
|
/u-boot/arch/x86/lib/fsp2/ |
A D | fsp_init.c | 73 static int get_cbfs_fsp(enum fsp_type_t type, ulong map_base, in get_cbfs_fsp() 104 int fsp_locate_fsp(enum fsp_type_t type, struct binman_entry *entry, in fsp_locate_fsp()
|
/u-boot/arch/sandbox/include/asm/ |
A D | io.h | 73 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) argument 92 #define clrbits(type, addr, clear) \ argument 95 #define setbits(type, addr, set) \ argument 98 #define clrsetbits(type, addr, clear, set) \ argument 139 #define in_arch(type,endian,a) endian##_to_cpu(read##type(a)) argument 156 #define clrbits(type, addr, clear) \ argument 159 #define setbits(type, addr, set) \ argument 162 #define clrsetbits(type, addr, clear, set) \ argument 209 #define clrio(type, addr, clear) \ argument 212 #define setio(type, addr, set) \ argument [all …]
|
/u-boot/test/lib/ |
A D | test_aes.c | 23 int type; member 84 int key_exp_len, int type, int num_block) in _lib_test_aes_run() 148 int type = test->type; in lib_test_aes_run() local
|