Searched refs:SPINOR_OP_RDCR (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | spi-nor.h | 49 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 66 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-tiny.c | 122 ret = spi_nor_read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
|
| H A D | spi-nor-core.c | 190 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | core.c | 356 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDCR, 1), in spi_nor_read_cr() 363 ret = nor->controller_ops->read_reg(nor, SPINOR_OP_RDCR, cr, 1); in spi_nor_read_cr()
|