Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c255 case SPINOR_OP_PP: in sandbox_sf_process_cmd()
389 case SPINOR_OP_PP: in sandbox_sf_xfer()
H A Dspi-nor-core.c281 { SPINOR_OP_PP, SPINOR_OP_PP_4B }, in spi_nor_convert_3to4_program()
2257 SPINOR_OP_PP, SNOR_PROTO_1_1_1); in spi_nor_init_params()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h54 #define SPINOR_OP_PP 0x02 /* Page program (up to 256 bytes) */ macro