Searched refs:SPINOR_OP_RDID (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/linux/mtd/ |
D | spi-nor.h | 46 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/linux-6.12.1/drivers/mtd/spi-nor/controllers/ |
D | nxp-spifi.c | 267 nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in nxp_spifi_dummy_id_read()
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | core.h | 23 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-6.12.1/drivers/mtd/devices/ |
D | st_spi_fsm.c | 575 SEQ_OPC_OPCODE(SPINOR_OP_RDID)), 668 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
|
/linux-6.12.1/drivers/spi/ |
D | spi-intel.c | 909 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 1), \
|
/linux-6.12.1/drivers/media/i2c/ |
D | thp7312.c | 1427 static const u8 thp7312_jedec_rdid[] = { SPINOR_OP_RDID, 0x00, 0x00, 0x00 };
|