Searched refs:SPINOR_OP_RDCR (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/linux/mtd/ |
D | spi-nor.h | 49 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
|
/linux-5.19.10/drivers/mtd/spi-nor/ |
D | core.h | 58 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDCR, 0), \
|
D | core.c | 500 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDCR, cr, in spi_nor_read_cr()
|
/linux-5.19.10/drivers/mtd/devices/ |
D | st_spi_fsm.c | 1443 stfsm_read_status(fsm, SPINOR_OP_RDCR, &cr1, 1); in stfsm_s25fl_config() 1488 stfsm_read_status(fsm, SPINOR_OP_RDCR, &sr2, 1); in stfsm_w25q_config()
|