Home
last modified time | relevance | path

Searched refs:SPINAND_GET_FEATURE_OP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/mtd/nand/spi/
H A Dgigadevice.c188 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq4uexxg_ecc_get_status()
231 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq5xexxg_ecc_get_status()
H A Dwinbond.c111 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, spinand->scratchbuf); in w25n02kv_ecc_get_status()
H A Dtoshiba.c76 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, spinand->scratchbuf); in tx58cxgxsxraix_ecc_get_status()
H A Dcore.c25 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(reg, in spinand_read_reg_op()
504 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(REG_STATUS, in spinand_wait()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h54 #define SPINAND_GET_FEATURE_OP(reg, valptr) \ macro
/openbmc/linux/include/linux/mtd/
H A Dspinand.h47 #define SPINAND_GET_FEATURE_OP(reg, valptr) \ macro
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c50 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(reg, in spinand_read_reg_op()