/u-boot/drivers/pci/ |
A D | pci_indirect.c | 16 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 17 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 20 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument 35 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
|
/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 | 45 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data() 91 const struct spi_mem_op *op, in spi_controller_dma_unmap_mem_op_data() 149 const struct spi_mem_op *op) in spi_mem_default_supports_op() 187 const struct spi_mem_op *op) in spi_mem_supports_op() 211 int spi_mem_exec_op(struct spi_slave *slave, const struct spi_mem_op *op) in spi_mem_exec_op() 431 int spi_mem_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) in spi_mem_adjust_op_size()
|
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 | 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()
|
A D | fsl_qspi.c | 361 const struct spi_mem_op *op) in fsl_qspi_supports_op() 409 const struct spi_mem_op *op) in fsl_qspi_prepare_lut() 533 static void fsl_qspi_read_ahb(struct fsl_qspi *q, const struct spi_mem_op *op) in fsl_qspi_read_ahb() 548 const struct spi_mem_op *op) in fsl_qspi_fill_txfifo() 573 const struct spi_mem_op *op) in fsl_qspi_read_rxfifo() 604 static int fsl_qspi_do_op(struct fsl_qspi *q, const struct spi_mem_op *op) in fsl_qspi_do_op() 630 const struct spi_mem_op *op) in fsl_qspi_exec_op() 689 struct spi_mem_op *op) in fsl_qspi_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/arch/m68k/cpu/mcf5445x/ |
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
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
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
|
/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/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/power/regulator/ |
A D | s2mps11_regulator.c | 117 static int s2mps11_buck_val(struct udevice *dev, int op, int *uV) in s2mps11_buck_val() 167 static int s2mps11_buck_mode(struct udevice *dev, int op, int *opmode) in s2mps11_buck_mode() 225 static int s2mps11_buck_enable(struct udevice *dev, int op, bool *enable) in s2mps11_buck_enable() 390 static int s2mps11_ldo_val(struct udevice *dev, int op, int *uV) in s2mps11_ldo_val() 430 static int s2mps11_ldo_mode(struct udevice *dev, int op, int *opmode) in s2mps11_ldo_mode() 493 static int s2mps11_ldo_enable(struct udevice *dev, int op, bool *enable) in s2mps11_ldo_enable()
|
A D | lp873x_regulator.c | 23 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable() 86 static int lp873x_buck_val(struct udevice *dev, int op, int *uV) in lp873x_buck_val() 125 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable() 180 static int lp873x_ldo_val(struct udevice *dev, int op, int *uV) in lp873x_ldo_val()
|
A D | tps65941_regulator.c | 29 static int tps65941_buck_enable(struct udevice *dev, int op, bool *enable) in tps65941_buck_enable() 120 static int tps65941_buck_val(struct udevice *dev, int op, int *uV) in tps65941_buck_val() 181 static int tps65941_ldo_enable(struct udevice *dev, int op, bool *enable) in tps65941_ldo_enable() 226 static int tps65941_ldo_val(struct udevice *dev, int op, int *uV) in tps65941_ldo_val()
|
A D | max77686.c | 317 static int max77686_ldo_val(struct udevice *dev, int op, int *uV) in max77686_ldo_val() 358 static int max77686_buck_val(struct udevice *dev, int op, int *uV) in max77686_buck_val() 412 static int max77686_ldo_mode(struct udevice *dev, int op, int *opmode) in max77686_ldo_mode() 504 static int max77686_ldo_enable(struct udevice *dev, int op, bool *enable) in max77686_ldo_enable() 537 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode() 625 static int max77686_buck_enable(struct udevice *dev, int op, bool *enable) in max77686_buck_enable()
|
A D | palmas_regulator.c | 50 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable() 118 static int palmas_smps_val(struct udevice *dev, int op, int *uV) in palmas_smps_val() 195 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable() 254 static int palmas_ldo_val(struct udevice *dev, int op, int *uV) in palmas_ldo_val()
|
A D | lp87565_regulator.c | 22 static int lp87565_buck_enable(struct udevice *dev, int op, bool *enable) in lp87565_buck_enable() 85 static int lp87565_buck_val(struct udevice *dev, int op, int *uV) in lp87565_buck_val()
|
/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/include/xen/ |
A D | events.h | 34 struct evtchn_send op; in notify_remote_via_evtchn() 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/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, addr, val, cond, sleep_us, timeout_us) \ 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
|