Home
last modified time | relevance | path

Searched refs:SPINOR_OP_RDSR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c591 SEQ_OPC_OPCODE(SPINOR_OP_RDSR)),
876 SEQ_OPC_OPCODE(SPINOR_OP_RDSR)); in stfsm_wait_busy()
1185 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sta, 1); in stfsm_mx25_config()
1461 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_s25fl_config()
1505 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_w25q_config()
/linux/include/linux/mtd/
H A Dspi-nor.h24 #define SPINOR_OP_RDSR 0x05 /* Read status register */ macro
/linux/drivers/mtd/spi-nor/
H A Dcore.h41 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 0), \
H A Dcore.c473 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR, sr, in spi_nor_read_sr()
/linux/drivers/spi/
H A Dspi-intel.c918 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 1), \
/linux/drivers/media/i2c/
H A Dthp7312.c1425 static const u8 thp7312_jedec_rdsr[] = { SPINOR_OP_RDSR, 0x00, 0x00, 0x00 };