Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dspi-nor.h29 #define SPINOR_OP_PP 0x02 /* Page program (up to 256 bytes) */ macro
/linux-4.1.27/drivers/mtd/spi-nor/
Dfsl-quadspi.c326 cmd = SPINOR_OP_PP; in fsl_qspi_init_lut()
330 cmd = SPINOR_OP_PP; in fsl_qspi_init_lut()
409 case SPINOR_OP_PP: in fsl_qspi_get_seqid()
Dspi-nor.c1152 nor->program_opcode = SPINOR_OP_PP; in spi_nor_scan()