Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h49 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h66 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c122 ret = spi_nor_read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
H A Dspi-nor-core.c190 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dst_spi_fsm.c1443 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 Dcore.c356 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()