/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 2 #define exec_op glue(exec_, OP) macro 100 void exec_op(long s0, long s1) in exec_op() function 122 exec_op(0x12345678, 0x812FADA); in glue() 123 exec_op(0x12341, 0x12341); in glue() 124 exec_op(0x12341, -0x12341); in glue() 125 exec_op(0xffffffff, 0); in glue() 126 exec_op(0xffffffff, -1); in glue() 127 exec_op(0xffffffff, 1); in glue() 128 exec_op(0xffffffff, 2); in glue() 129 exec_op(0x7fffffff, 0); in glue() [all …]
|
H A D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) macro 139 void exec_op(long s2, long s0, long s1) in exec_op() function 174 exec_op(0x21ad3d34, 0x12345678, i); in glue() 176 exec_op(0x813f3421, 0x82345679, i); in glue()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | internals.h | 119 !chip->controller->ops->exec_op) in nand_has_exec_op() 131 return chip->controller->ops->exec_op(chip, op, true); in nand_check_op() 143 return chip->controller->ops->exec_op(chip, op, false); in nand_exec_op()
|
H A D | au1550nd.c | 250 .exec_op = au1550nd_exec_op,
|
H A D | fsl_upm.c | 160 .exec_op = fun_exec_op,
|
H A D | cs553x_nand.c | 256 .exec_op = cs553x_exec_op,
|
H A D | gpio.c | 174 .exec_op = gpio_nand_exec_op,
|
H A D | ams-delta.c | 228 .exec_op = gpio_nand_exec_op,
|
H A D | diskonchip.c | 359 this->controller->ops->exec_op(this, &op, false); in doc200x_readid() 1290 .exec_op = doc200x_exec_op, 1295 .exec_op = doc2001plus_exec_op,
|
H A D | mxic_nand.c | 482 .exec_op = mxic_nfc_exec_op,
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 179 int (*exec_op)(struct intel_spi *ispi, member 788 return iop->exec_op(ispi, mem, iop, op); in intel_spi_exec_mem_op() 828 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_read() 844 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_write() 851 .exec_op = intel_spi_exec_mem_op, 887 .exec_op = __exec_op, \ 897 .exec_op = __exec_op, \
|
H A D | spi-mem.c | 328 if (ctlr->mem_ops && ctlr->mem_ops->exec_op && !spi_get_csgpiod(mem->spi, 0)) { in spi_mem_exec_op() 333 ret = ctlr->mem_ops->exec_op(mem, op); in spi_mem_exec_op() 463 if (!ctlr->mem_ops || !ctlr->mem_ops->exec_op) { in spi_mem_adjust_op_size()
|
H A D | spi-dw-core.c | 765 if (!dws->mem_ops.exec_op && !(dws->caps & DW_SPI_CAP_CS_OVERRIDE) && in dw_spi_init_mem_ops() 769 dws->mem_ops.exec_op = dw_spi_exec_mem_op; in dw_spi_init_mem_ops() 932 if (dws->mem_ops.exec_op) in dw_spi_add_host()
|
H A D | spi-rpc-if.c | 125 .exec_op = rpcif_spi_mem_exec_op,
|
H A D | spi-ath79.c | 166 .exec_op = ath79_exec_mem_op,
|
H A D | spi-gxp.c | 233 .exec_op = gxp_exec_mem_op,
|
H A D | spi-hisi-sfc-v3xx.c | 374 .exec_op = hisi_sfc_v3xx_exec_op,
|
H A D | spi-amlogic-spifc-a1.c | 319 .exec_op = amlogic_spifc_a1_exec_op,
|
H A D | spi-microchip-core-qspi.c | 498 .exec_op = mchp_coreqspi_exec_op,
|
H A D | spi-wpcm-fiu.c | 421 .exec_op = wpcm_fiu_exec_op,
|
/openbmc/u-boot/include/ |
H A D | spi-mem.h | 184 int (*exec_op)(struct spi_slave *slave, member
|
/openbmc/u-boot/drivers/spi/ |
H A D | spi-mem.c | 238 ret = ops->mem_ops->exec_op(slave, op); in spi_mem_exec_op() 418 if (!ops->mem_ops || !ops->mem_ops->exec_op) { in spi_mem_adjust_op_size()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi-mem.h | 277 int (*exec_op)(struct spi_mem *mem, member
|
/openbmc/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 205 int (*exec_op)(struct atmel_nand *nand, member 1553 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op() 2021 .exec_op = atmel_nand_exec_op, 2393 .exec_op = atmel_hsmc_nand_exec_op, 2460 .exec_op = atmel_smc_nand_exec_op, 2476 .exec_op = atmel_smc_nand_exec_op,
|
/openbmc/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 341 .exec_op = ingenic_nand_exec_op,
|