Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h40 #define SPINOR_OP_WREN 0x06 /* Write enable */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c268 case SPINOR_OP_WREN: in sandbox_sf_process_cmd()
H A Dspi-nor-tiny.c148 return spi_nor_write_reg(nor, SPINOR_OP_WREN, NULL, 0); in write_enable()
H A Dspi-nor-core.c228 return nor->write_reg(nor, SPINOR_OP_WREN, NULL, 0); in write_enable()