Home
last modified time | relevance | path

Searched refs:SPINOR_OP_WRDI (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h101 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c258 case SPINOR_OP_WRDI: in sandbox_sf_process_cmd()
H A Dspi-nor-tiny.c156 return spi_nor_write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
H A Dspi-nor-core.c236 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()