Home
last modified time | relevance | path

Searched refs:SPINOR_OP_PP_4B (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/mtd/
H A Dspi-nor.h62 #define SPINOR_OP_PP_4B 0x12 /* Page program (up to 256 bytes) */ macro
/linux/drivers/mtd/spi-nor/
H A Dspansion.c727 SPINOR_OP_PP_4B, SNOR_PROTO_1_1_1); in s28hx_t_post_sfdp_fixup()
733 SPINOR_OP_PP_4B, SNOR_PROTO_8_8_8_DTR); in s28hx_t_post_sfdp_fixup()
H A Dsfdp.c1104 SPINOR_OP_PP_4B, SNOR_PROTO_1_1_1); in spi_nor_parse_4bait()
1110 SPINOR_OP_PP_4B, SNOR_PROTO_8_8_8_DTR); in spi_nor_parse_4bait()
H A Dcore.c1135 { SPINOR_OP_PP, SPINOR_OP_PP_4B }, in spi_nor_convert_3to4_program()
/linux/drivers/spi/
H A Dspi-intel.c1023 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_PP_4B, 1), \