Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h66 #define SPINOR_OP_RDCR 0x35 /* Read configuration register */ macro
/rk3399_rockchip-uboot/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()