| /u-boot/drivers/crypto/fsl/ |
| A D | desc_constr.h | 186 #define APPEND_CMD_RET(cmd, op) \ argument 209 #define APPEND_CMD(cmd, op) \ argument 217 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument 227 #define APPEND_CMD_PTR(cmd, op) \ argument 256 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument 270 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument 280 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument 294 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument 311 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument 322 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
|
| /u-boot/drivers/spi/ |
| A D | spi-mem.c | 47 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data() 93 const struct spi_mem_op *op, in spi_controller_dma_unmap_mem_op_data() 151 const struct spi_mem_op *op) in spi_mem_check_buswidth() 173 const struct spi_mem_op *op) in spi_mem_dtr_supports_op() 197 const struct spi_mem_op *op) in spi_mem_default_supports_op() 225 const struct spi_mem_op *op) in spi_mem_supports_op() 249 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_exec_op() 468 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in spi_mem_adjust_op_size() 503 struct spi_mem_op op = desc->info.op_tmpl; in spi_mem_no_dirmap_read() local 523 struct spi_mem_op op = desc->info.op_tmpl; in spi_mem_no_dirmap_write() local
|
| A D | spi-mem-nodm.c | 12 const struct spi_mem_op *op) in spi_mem_exec_op() 88 struct spi_mem_op *op) in spi_mem_adjust_op_size() 146 bool spi_mem_supports_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_supports_op()
|
| A D | cadence_qspi_apb.c | 119 const struct spi_mem_op *op) in cadence_qspi_set_protocol() 386 const struct spi_mem_op *op, in cadence_qspi_setup_opcode_ext() 407 const struct spi_mem_op *op, in cadence_qspi_enable_dtr() 435 const struct spi_mem_op *op) in cadence_qspi_apb_command_read_setup() 457 const struct spi_mem_op *op) in cadence_qspi_apb_command_read() 523 const struct spi_mem_op *op) in cadence_qspi_apb_command_write_setup() 545 const struct spi_mem_op *op) in cadence_qspi_apb_command_write() 610 const struct spi_mem_op *op) in cadence_qspi_apb_read_setup() 759 const struct spi_mem_op *op) in cadence_qspi_apb_read_execute() 782 const struct spi_mem_op *op) in cadence_qspi_apb_write_setup() [all …]
|
| A D | mtk_snor.c | 143 const struct spi_mem_op *op) in mtk_snor_set_addr() 166 struct spi_mem_op *op) in mtk_snor_adjust_op_size() 197 const struct spi_mem_op *op) in mtk_snor_supports_op() 208 const struct spi_mem_op *op) in mtk_snor_setup_bus() 262 const struct spi_mem_op *op) in mtk_snor_read_bounce() 283 const struct spi_mem_op *op) in mtk_snor_read_dma() 305 const struct spi_mem_op *op) in mtk_snor_read_pio() 350 const struct spi_mem_op *op) in mtk_snor_pp_buffered() 371 const struct spi_mem_op *op) in mtk_snor_pp_unbuffered() 384 const struct spi_mem_op *op) in mtk_snor_cmd_program() [all …]
|
| A D | cadence_qspi.c | 33 const struct spi_mem_op *op) in cadence_qspi_apb_dma_read() 63 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x9F, 1), in cadence_spi_read_id() local 297 const struct spi_mem_op *op) in cadence_spi_mem_exec_op() 360 const struct spi_mem_op *op) in cadence_spi_mem_supports_op()
|
| A D | spi-sn-f-ospi.c | 120 static u32 f_ospi_get_dummy_cycle(const struct spi_mem_op *op) in f_ospi_get_dummy_cycle() 264 const struct spi_mem_op *op) in f_ospi_config_indir_protocol() 337 const struct spi_mem_op *op) in f_ospi_indir_prepare_op() 402 const struct spi_mem_op *op) in f_ospi_indir_read() 452 const struct spi_mem_op *op) in f_ospi_indir_write() 494 static int f_ospi_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in f_ospi_exec_op() 522 static bool f_ospi_supports_op_width(const struct spi_mem_op *op) in f_ospi_supports_op_width() 548 const struct spi_mem_op *op) in f_ospi_supports_op() 562 static int f_ospi_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in f_ospi_adjust_op_size()
|
| /u-boot/arch/x86/include/asm/ |
| A D | cpu.h | 71 static inline struct cpuid_result cpuid(int op) in cpuid() 91 static inline struct cpuid_result cpuid_ext(int op, unsigned ecx) in cpuid_ext() 111 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() 124 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() 138 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() 151 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx()
|
| /u-boot/cmd/ |
| A D | itest.c | 30 char *op; /* operator string */ member 115 static int stringcomp(char *s, char *t, int op) in stringcomp() 135 static int arithcomp (char *s, char *t, int op, int w) in arithcomp() 153 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
|
| /u-boot/arch/arm/mach-stm32mp/include/mach/ |
| A D | stm32mp1_smc.h | 38 #define stm32_smc_exec(svc, op, data1, data2) \ argument 42 static inline u32 stm32_smc(u32 svc, u8 op, u32 data1, u32 data2, u32 *result) in stm32_smc() 59 static inline u32 stm32_smc(u32 svc, u8 op, u32 data1, u32 data2, u32 *result) in stm32_smc()
|
| /u-boot/drivers/power/regulator/ |
| A D | tps65219_regulator.c | 32 int op, bool *enable) in tps65219_reg_enable() 61 static int tps65219_buck_enable(struct udevice *dev, int op, bool *enable) in tps65219_buck_enable() 100 static int tps65219_buck_val(struct udevice *dev, int op, int *uV) in tps65219_buck_val() 139 static int tps65219_ldo_enable(struct udevice *dev, int op, bool *enable) in tps65219_ldo_enable() 196 static int tps65219_ldo_val(struct udevice *dev, int op, int *uV) in tps65219_ldo_val()
|
| A D | s2mps11_regulator.c | 116 static int s2mps11_buck_val(struct udevice *dev, int op, int *uV) in s2mps11_buck_val() 166 static int s2mps11_buck_mode(struct udevice *dev, int op, int *opmode) in s2mps11_buck_mode() 224 static int s2mps11_buck_enable(struct udevice *dev, int op, bool *enable) in s2mps11_buck_enable() 389 static int s2mps11_ldo_val(struct udevice *dev, int op, int *uV) in s2mps11_ldo_val() 429 static int s2mps11_ldo_mode(struct udevice *dev, int op, int *opmode) in s2mps11_ldo_mode() 492 static int s2mps11_ldo_enable(struct udevice *dev, int op, bool *enable) in s2mps11_ldo_enable()
|
| A D | lp873x_regulator.c | 22 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable() 85 static int lp873x_buck_val(struct udevice *dev, int op, int *uV) in lp873x_buck_val() 124 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable() 179 static int lp873x_ldo_val(struct udevice *dev, int op, int *uV) in lp873x_ldo_val()
|
| A D | tps65941_regulator.c | 28 static int tps65941_buck_enable(struct udevice *dev, int op, bool *enable) in tps65941_buck_enable() 119 static int tps65941_buck_val(struct udevice *dev, int op, int *uV) in tps65941_buck_val() 180 static int tps65941_ldo_enable(struct udevice *dev, int op, bool *enable) in tps65941_ldo_enable() 225 static int tps65941_ldo_val(struct udevice *dev, int op, int *uV) in tps65941_ldo_val()
|
| A D | max77686.c | 316 static int max77686_ldo_val(struct udevice *dev, int op, int *uV) in max77686_ldo_val() 357 static int max77686_buck_val(struct udevice *dev, int op, int *uV) in max77686_buck_val() 411 static int max77686_ldo_mode(struct udevice *dev, int op, int *opmode) in max77686_ldo_mode() 503 static int max77686_ldo_enable(struct udevice *dev, int op, bool *enable) in max77686_ldo_enable() 536 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode() 624 static int max77686_buck_enable(struct udevice *dev, int op, bool *enable) in max77686_buck_enable()
|
| A D | palmas_regulator.c | 49 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable() 117 static int palmas_smps_val(struct udevice *dev, int op, int *uV) in palmas_smps_val() 194 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable() 253 static int palmas_ldo_val(struct udevice *dev, int op, int *uV) in palmas_ldo_val()
|
| /u-boot/lib/lzo/ |
| A D | lzo1x_decompress.c | 21 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x)) argument 22 #define HAVE_LB(m_pos, out, op) (m_pos < out || m_pos >= op) argument 147 unsigned char *op = out; in lzo1x_decompress_safe() local
|
| /u-boot/drivers/mtd/nand/spi/ |
| A D | core.c | 55 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(reg, in spinand_read_reg_op() local 69 struct spi_mem_op op = SPINAND_SET_FEATURE_OP(reg, in spinand_write_reg_op() local 228 struct spi_mem_op op = SPINAND_WR_EN_DIS_OP(true); in spinand_write_enable_op() local 238 struct spi_mem_op op = SPINAND_PAGE_READ_OP(row); in spinand_load_page_op() local 246 struct spi_mem_op op = *spinand->op_templates.read_cache; in spinand_read_from_cache_op() local 319 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op() local 407 struct spi_mem_op op = SPINAND_PROG_EXEC_OP(row); in spinand_program_op() local 417 struct spi_mem_op op = SPINAND_BLK_ERASE_OP(row); in spinand_erase_op() local 469 struct spi_mem_op op = SPINAND_RESET_OP; in spinand_reset_op() local 880 struct spi_mem_op op = variants->ops[i]; in spinand_select_op_variant() local [all …]
|
| A D | gigadevice.c | 80 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq4xexxg_ecc_get_status() local 122 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq5xexxg_ecc_get_status() local
|
| /u-boot/drivers/net/ |
| A D | e1000_spi.c | 174 u8 op[] = { SPI_EEPROM_ENABLE_WR }; in e1000_spi_eeprom_enable_wr() local 186 u8 op[] = { SPI_EEPROM_DISABLE_WR }; in e1000_spi_eeprom_disable_wr() local 194 u8 op[] = { SPI_EEPROM_WRITE_STATUS, status }; in e1000_spi_eeprom_write_status() local 201 u8 op[] = { SPI_EEPROM_READ_STATUS, 0 }; in e1000_spi_eeprom_read_status() local 211 u8 op[] = { in e1000_spi_eeprom_write_page() local 229 u8 op[] = { in e1000_spi_eeprom_read_page() local
|
| /u-boot/drivers/power/pmic/ |
| A D | stpmic1.c | 128 enum pmic_nvm_op op) in stpmic1_nvm_rw() 199 enum pmic_nvm_op op = NVM_READ; in stpmic1_nvm_read() local 212 enum pmic_nvm_op op = NVM_WRITE; in stpmic1_nvm_write() local
|
| /u-boot/include/xen/ |
| A D | events.h | 34 struct evtchn_send op; in notify_remote_via_evtchn() local
|
| /u-boot/lib/ |
| A D | fdtdec_test.c | 19 #define CHECK(op) ({ \ argument 30 #define CHECKVAL(op, expected) ({ \ argument 41 #define CHECKOK(op) CHECKVAL(op, 0) argument
|
| /u-boot/include/linux/ |
| A D | iopoll.h | 29 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, args...) \ argument 46 #define readx_poll_sleep_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 52 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument
|
| /u-boot/env/ |
| A D | env.c | 128 __weak enum env_location arch_env_get_location(enum env_operation op, int prio) in arch_env_get_location() 154 __weak enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() 171 static struct env_driver *env_driver_lookup(enum env_operation op, int prio) in env_driver_lookup()
|