| /u-boot/drivers/mtd/ |
| A D | renesas_rpc_hf.c | 62 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument 63 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument 64 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument 65 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument 69 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument 70 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument 71 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument 91 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument 92 #define RPC_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument 97 #define RPC_SMENR_CDB(o) (((o) & 0x3) << 30) argument [all …]
|
| /u-boot/drivers/spi/ |
| A D | renesas_rpc_spi.c | 63 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument 64 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument 65 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument 66 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument 70 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument 71 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument 72 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument 92 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument 93 #define RPC_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument 98 #define RPC_SMENR_CDB(o) (((o) & 0x3) << 30) argument [all …]
|
| /u-boot/fs/ubifs/ |
| A D | orphan.c | 58 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 108 struct ubifs_orphan *o; in ubifs_delete_orphan() local 505 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 740 struct ubifs_orphan *o; in dbg_find_orphan() local 762 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 790 struct check_orphan *o; in dbg_find_check_orphan() local 808 struct check_orphan *o, *n; in dbg_free_check_tree() local
|
| A D | tnc.c | 83 struct ubifs_old_idx *old_idx, *o; in insert_old_idx() local
|
| /u-boot/include/linux/mfd/syscon/ |
| A D | atmel-matrix.h | 63 #define AT91_MATRIX_MCFG(o, x) ((o) + ((x) * 0x4)) argument 71 #define AT91_MATRIX_SCFG(o, x) ((o) + ((x) * 0x4)) argument 93 #define AT91_MATRIX_PRAS(o, x) ((o) + ((x) * 0x8)) argument 94 #define AT91_MATRIX_PRBS(o, x) ((o) + ((x) * 0x8) + 0x4) argument
|
| /u-boot/tools/ |
| A D | ncb.c | 9 int s, len, o, port = 6666; in main() local
|
| /u-boot/arch/mips/mach-mscc/ |
| A D | lowlevel_init_luton.S | 10 #define REG_OFFSET(t, o) (t + (o*4)) argument
|
| /u-boot/drivers/pinctrl/meson/ |
| A D | pinctrl-meson-axg.h | 25 #define BANK_PMX(n, f, l, r, o) \ argument
|
| /u-boot/drivers/i2c/ |
| A D | fsl_i2c.c | 516 u8 *o = (u8 *)&offset; in fsl_i2c_read() local 525 u8 *o = (u8 *)&offset; in fsl_i2c_write() local
|
| /u-boot/drivers/phy/qcom/ |
| A D | phy-qcom-usb-hs-28nm.c | 215 #define HSPHY_INIT_CFG(o, v, d) { .offset = o, .val = v, .delay = d, } argument
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-global-resources.h | 84 char k, char l, char m, char n, char o, in cvmx_get_gr_tag()
|
| /u-boot/arch/sh/include/asm/ |
| A D | system.h | 228 #define cmpxchg(ptr,o,n) \ argument
|
| /u-boot/drivers/bios_emulator/x86emu/ |
| A D | debug.c | 183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes()
|
| /u-boot/common/ |
| A D | cli_hush.c | 865 static int b_check_space(o_string *o, int len) in b_check_space() 881 static int b_addchr(o_string *o, int ch) in b_addchr() 891 static void b_reset(o_string *o) in b_reset() 898 static void b_free(o_string *o) in b_free() 909 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr() 920 static int b_adduint(o_string *o, unsigned int i) in b_adduint() 2640 static int redirect_opt_num(o_string *o)
|
| /u-boot/net/ |
| A D | tcp.c | 470 void tcp_parse_options(uchar *o, int o_len) in tcp_parse_options()
|
| /u-boot/cmd/ |
| A D | nand.c | 589 int o = (clean || scrub_yes) ? 3 : 2; in do_nand() local
|
| /u-boot/drivers/video/stm32/ |
| A D | stm32_dsi.c | 157 int i, o, n, n_min, n_max; in dsi_pll_get_params() local
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | lpc32xx_nand_mlc.c | 91 #define clkdiv(v, w, o) (((1+(clk/v)) & w) << o) argument
|