| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | renesas_rpc_hf.c | 59 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument 60 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument 61 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument 62 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument 65 #define RPC_DRENR_CDB(o) (u32)((((o) & 0x3) << 30)) argument 66 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument 67 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument 68 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument 69 #define RPC_DRENR_SPIDB(o) (((o) & 0x3) << 16) argument 88 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument [all …]
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | renesas_rpc_spi.c | 61 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument 62 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument 63 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument 64 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument 67 #define RPC_DRENR_CDB(o) (u32)((((o) & 0x3) << 30)) argument 68 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument 69 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument 70 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument 71 #define RPC_DRENR_SPIDB(o) (((o) & 0x3) << 16) argument 90 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument [all …]
|
| /rk3399_rockchip-uboot/board/armltd/integrator/ |
| H A D | pci.c | 80 #define v3_writeb(o, v) __raw_writeb(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument 81 #define v3_readb(o) (__raw_readb(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument 83 #define v3_writew(o, v) __raw_writew(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument 84 #define v3_readw(o) (__raw_readw(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument 86 #define v3_writel(o, v) __raw_writel(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument 87 #define v3_readl(o) (__raw_readl(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | orphan.c | 57 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 107 struct ubifs_orphan *o; in ubifs_delete_orphan() local 504 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 739 struct ubifs_orphan *o; in dbg_find_orphan() local 761 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 789 struct check_orphan *o; in dbg_find_check_orphan() local 807 struct check_orphan *o, *n; in dbg_free_check_tree() local
|
| H A D | tnc.c | 79 struct ubifs_old_idx *old_idx, *o; in insert_old_idx() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 40 static inline int8_t read_int8(uint8_t *data, unsigned int o) { in read_int8() 45 static inline uint8_t read_uint8(uint8_t *data, unsigned int o) { in read_uint8() 49 static inline int16_t read_int16(uint8_t *data, unsigned int o) { in read_int16() 53 static inline uint16_t read_uint16(uint8_t *data, unsigned int o) { in read_uint16() 57 static inline int32_t read_int32(uint8_t *data, unsigned int o) { in read_int32() 64 static inline uint32_t read_uint32(uint8_t *data, unsigned int o) { in read_uint32()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ncb.c | 9 int s, len, o, port = 6666; in main() local
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | fsl_i2c.c | 514 u8 *o = (u8 *)&offset; in fsl_i2c_read() local 523 u8 *o = (u8 *)&offset; in fsl_i2c_write() local
|
| /rk3399_rockchip-uboot/board/armltd/vexpress64/ |
| H A D | pcie.c | 57 #define XR3PCI_ECAM_OFFSET(b, d, o) (((b) << 20) | \ argument
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 1186 def print_desc(self, o): argument 1285 def print_desc(self, o): argument 1447 def print_desc(self, o): argument 1628 def print_desc(self, o): argument 1750 def print_desc(self, o): argument 1852 def print_desc(self, o): argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 868 static int b_check_space(o_string *o, int len) in b_check_space() 884 static int b_addchr(o_string *o, int ch) in b_addchr() 894 static void b_reset(o_string *o) in b_reset() 901 static void b_free(o_string *o) in b_free() 912 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr() 923 static int b_adduint(o_string *o, unsigned int i) in b_adduint() 2646 static int redirect_opt_num(o_string *o)
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | debug.c | 183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | system.h | 251 #define cmpxchg(ptr,o,n) \ argument
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/ |
| H A D | generic.c | 29 #define CCM_GET_DIVIDER(x, m, o) (((x) & (m)) >> (o)) argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nand.c | 481 int o = (clean || scrub_yes) ? 3 : 2; in do_nand() local
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | lpc32xx_nand_mlc.c | 90 #define clkdiv(v, w, o) (((1+(clk/v)) & w) << o) argument
|