Home
last modified time | relevance | path

Searched refs:SPINOR_OP_RDID (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h46 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h60 #define SPINOR_OP_RDID 0x9f /* Read JEDEC ID */ macro
/openbmc/linux/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c267 nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in nxp_spifi_dummy_id_read()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c246 case SPINOR_OP_RDID: in sandbox_sf_process_cmd()
H A Dspi-nor-tiny.c363 tmp = spi_nor_read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
H A Dspi-nor-core.c1187 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 Dcore.h16 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 0), \
H A Dcore.c435 ret = nor->controller_ops->read_reg(nor, SPINOR_OP_RDID, id, in spi_nor_read_id()
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c575 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
668 SEQ_OPC_OPCODE(SPINOR_OP_RDID)),
/openbmc/linux/drivers/spi/
H A Dspi-intel.c909 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 1), \