Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h46 #define SPINOR_OP_PP 0x02 /* Page program (up to 256 bytes) */ macro
/linux-4.4.14/drivers/mtd/spi-nor/
Dfsl-quadspi.c380 cmd = SPINOR_OP_PP; in fsl_qspi_init_lut()
384 cmd = SPINOR_OP_PP; in fsl_qspi_init_lut()
457 case SPINOR_OP_PP: in fsl_qspi_get_seqid()
Dspi-nor.c1264 nor->program_opcode = SPINOR_OP_PP; in spi_nor_scan()