Searched refs:SPINOR_OP_RDID (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 52 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 268 nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in nxp_spifi_dummy_id_read()
|
D | fsl-quadspi.c | 413 writel(LUT0(CMD, PAD1, SPINOR_OP_RDID) | LUT1(FSL_READ, PAD1, 0x8), in fsl_qspi_init_lut() 459 case SPINOR_OP_RDID: in fsl_qspi_get_seqid()
|
D | spi-nor.c | 857 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | st_spi_fsm.c | 580 SEQ_OPC_OPCODE(SPINOR_OP_RDID)), 673 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
|