Searched refs:SPINOR_OP_RDSR (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 591 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 D | spi-nor.h | 24 #define SPINOR_OP_RDSR 0x05 /* Read status register */ macro
|
/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 41 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 0), \
|
H A D | core.c | 473 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR, sr, in spi_nor_read_sr()
|
/linux/drivers/spi/ |
H A D | spi-intel.c | 918 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 1), \
|
/linux/drivers/media/i2c/ |
H A D | thp7312.c | 1425 static const u8 thp7312_jedec_rdsr[] = { SPINOR_OP_RDSR, 0x00, 0x00, 0x00 };
|