Home
last modified time | relevance | path

Searched refs:SPINOR_OP_BP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/spi-nor/
H A Dsst.c173 u8 op = (len == 1) ? SPINOR_OP_BP : SPINOR_OP_AAI_WP; in sst_nor_write_data()
/linux/include/linux/mtd/
H A Dspi-nor.h81 #define SPINOR_OP_BP 0x02 /* Byte program */ macro