| /rk3399_rockchip-uboot/include/ |
| H A D | memalign.h | 72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 77 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 79 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument 81 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument 89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument 94 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_indirect.c | 17 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 18 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 21 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument 36 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
|
| /rk3399_rockchip-uboot/api/ |
| H 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() 170 static int dev_is_stor(int type, struct device_info *di) in dev_is_stor() 176 static int dev_enum_stor(int type, struct device_info *di) in dev_enum_stor() 289 static int dev_stor_is_valid(int type, struct blk_desc *dd) in dev_stor_is_valid() 304 int type = dev_stor_type(cookie); in dev_open_stor() local 328 int type; in dev_read_stor() local
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 231 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 290 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ argument 323 #define __BUILD_MEMORY_PFX(bus, bwlq, type) \ argument 327 #define BUILDIO_MEM(bwlq, type) \ argument 338 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() argument 342 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() argument 353 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument 393 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() argument 417 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 441 #define BUILDSTRING(bwlq, type) \ argument [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | typecheck.h | 8 #define typecheck(type,x) \ argument 19 #define typecheck_fn(type,function) \ argument
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/sysreset/ |
| H A D | sysreset-uclass.c | 24 int sysreset_request(struct udevice *dev, enum sysreset_t type) in sysreset_request() 34 int sysreset_walk(enum sysreset_t type) in sysreset_walk() 72 void sysreset_walk_halt(enum sysreset_t type) in sysreset_walk_halt()
|
| H A D | sysreset_sandbox.c | 18 enum sysreset_t type) in sandbox_warm_sysreset_request() 35 static int sandbox_sysreset_request(struct udevice *dev, enum sysreset_t type) in sandbox_sysreset_request()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/ |
| H 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
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | domain.h | 32 #define domain_val(dom,type) ((type) << 2*(dom)) argument 41 #define modify_domain(dom,type) \ argument
|
| /rk3399_rockchip-uboot/env/ |
| H A D | flags.c | 92 const char *env_flags_get_vartype_name(enum env_flags_vartype type) in env_flags_get_vartype_name() 111 char *type; in env_flags_parse_vartype() local 222 enum env_flags_vartype type) in _env_flags_validate_type() 346 enum env_flags_vartype type; in env_flags_validate_type() local 381 enum env_flags_vartype type = env_flags_get_type(name); in env_flags_validate_env_set_params() local 515 enum env_flags_vartype type = (enum env_flags_vartype) in env_flags_validate() local
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/fsp/ |
| H A D | fsp_ffs.h | 53 u8 type; member 76 u8 type; member 136 u8 type; member 145 u8 type; member
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | reloc.c | 68 static void apply_reloc(unsigned int type, void *addr, long off) in apply_reloc() 112 unsigned int type; in relocate_code() local
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H 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() 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 886 enum symbol_type type, in expr_parse_string()
|
| H A D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 531 enum prop_type type; in menu_get_parent_menu() local
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 55 u8 type; in ep_matches() local 224 u8 type; in usb_ep_autoconfig() local
|
| H A D | f_rockusb.c | 226 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_read_flash_id() local 462 u16 type = get_unaligned_be16(&common->cmnd[4]); in rkusb_do_vs_write() local 676 u16 type = get_unaligned_be16(&common->cmnd[4]); in rkusb_do_vs_read() local 828 enum if_type type, cur_type = ums[common->lun].block_dev.if_type; in rkusb_do_switch_storage() local 901 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_get_storage_info() local 956 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_read_capacity() local 1030 u32 type = common->cmnd[1]; in rkusb_do_read_otp() local
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_pl01x.c | 75 enum pl01x_type type) in pl01x_generic_serial_init() 105 static int pl01x_generic_setbrg(struct pl01x_regs *regs, enum pl01x_type type, in pl01x_generic_setbrg() 279 enum pl01x_type type; member 388 enum pl01x_type type = CONFIG_IS_ENABLED(DEBUG_UART_PL011) ? in _debug_uart_init() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mips-relocs.c | 105 uint8_t type; member 110 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() 153 uint32_t off, type; in parse_mips32_rel() local 167 uint64_t off, type; in parse_mips64_rela() local
|
| H A D | rksd.c | 16 static int rksd_check_image_type(uint8_t type) in rksd_check_image_type()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | gcc.c | 17 #define WRAP_LIBGCC_CALL(type, name) \ argument
|
| H A D | cmd_mtrr.c | 28 const char *type = "Invalid"; in do_mtrr_list() local 53 int i, type = -1; in do_mtrr_set() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/include/mach/ |
| H A D | rcar-mstp.h | 13 #define mstp_setbits(type, addr, saddr, set) \ argument 15 #define mstp_clrbits(type, addr, saddr, clear) \ argument 17 #define mstp_setclrbits(type, addr, set, clear) \ argument
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-gpio.c | 122 eGPIOIntType_t type) in gpio_set_intr_type() 148 int type; in gpio_get_intr_type() local 174 static int gpio_irq_set_type(int gpio_irq, unsigned int type) in gpio_irq_set_type() 217 int type; in gpio_irq_revert_type() local
|