Searched refs:SPINOR_OP_RDID (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/linux/mtd/ |
D | spi-nor.h | 47 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/Linux-v6.1/drivers/mtd/spi-nor/controllers/ |
D | nxp-spifi.c | 268 nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in nxp_spifi_dummy_id_read()
|
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | core.h | 16 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 0), \
|
D | core.c | 435 ret = nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in spi_nor_read_id()
|
/Linux-v6.1/drivers/spi/ |
D | spi-intel.c | 364 case SPINOR_OP_RDID: in intel_spi_hw_cycle() 915 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 1), \
|
/Linux-v6.1/drivers/mtd/devices/ |
D | st_spi_fsm.c | 575 SEQ_OPC_OPCODE(SPINOR_OP_RDID)), 668 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
|