Searched refs:SPINOR_OP_RDID (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | spi-nor.h | 60 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 270 nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in nxp_spifi_dummy_id_read()
|
D | fsl-quadspi.c | 442 qspi_writel(q, LUT0(CMD, PAD1, SPINOR_OP_RDID) | in fsl_qspi_init_lut() 494 case SPINOR_OP_RDID: in fsl_qspi_get_seqid()
|
D | intel-spi.c | 441 case SPINOR_OP_RDID: in intel_spi_hw_cycle()
|
D | spi-nor.c | 1275 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
|
/Linux-v4.19/drivers/mtd/devices/ |
D | st_spi_fsm.c | 580 SEQ_OPC_OPCODE(SPINOR_OP_RDID)), 673 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
|