Home
last modified time | relevance | path

Searched defs:o (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Drenesas_rpc_hf.c59 #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 Drenesas_rpc_spi.c61 #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 Dpci.c80 #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 Dorphan.c57 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 Dtnc.c79 struct ubifs_old_idx *old_idx, *o; in insert_old_idx() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.c40 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 Dncb.c9 int s, len, o, port = 6666; in main() local
/rk3399_rockchip-uboot/drivers/i2c/
H A Dfsl_i2c.c514 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 Dpcie.c57 #define XR3PCI_ECAM_OFFSET(b, d, o) (((b) << 20) | \ argument
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py1186 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 Dcli_hush.c868 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 Ddebug.c183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h251 #define cmpxchg(ptr,o,n) \ argument
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c29 #define CCM_GET_DIVIDER(x, m, o) (((x) & (m)) >> (o)) argument
/rk3399_rockchip-uboot/cmd/
H A Dnand.c481 int o = (clean || scrub_yes) ? 3 : 2; in do_nand() local
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c90 #define clkdiv(v, w, o) (((1+(clk/v)) & w) << o) argument