Searched refs:SPINOR_OP_RDID (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 46 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 60 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
|
/openbmc/linux/drivers/mtd/spi-nor/controllers/ |
H A D | nxp-spifi.c | 267 nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in nxp_spifi_dummy_id_read()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sandbox.c | 246 case SPINOR_OP_RDID: in sandbox_sf_process_cmd()
|
H A D | spi-nor-tiny.c | 363 tmp = spi_nor_read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
|
H A D | spi-nor-core.c | 1187 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 16 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 0), \
|
H A D | core.c | 435 ret = nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in spi_nor_read_id()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 575 SEQ_OPC_OPCODE(SPINOR_OP_RDID)), 668 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 909 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 1), \
|