Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c2122 nor->flags |= SNOR_F_4B_OPCODES; in mx25l25635_post_bfpt_fixups()
4032 nor->flags |= SNOR_F_4B_OPCODES | SNOR_F_HAS_4BAIT; in spi_nor_parse_4bait()
4448 nor->flags &= ~SNOR_F_4B_OPCODES; in spi_nor_sfdp_init_params()
4552 nor->flags |= SNOR_F_4B_OPCODES; in spansion_post_sfdp_fixups()
4700 if (nor->addr_width == 4 && !(nor->flags & SNOR_F_4B_OPCODES)) { in spi_nor_init()
4732 if (nor->addr_width == 4 && !(nor->flags & SNOR_F_4B_OPCODES) && in spi_nor_restore()
4770 if (nor->addr_width == 4 && nor->flags & SNOR_F_4B_OPCODES && in spi_nor_set_addr_width()
4948 nor->flags |= SNOR_F_4B_OPCODES; in spi_nor_scan()
/Linux-v5.4/include/linux/mtd/
Dspi-nor.h243 SNOR_F_4B_OPCODES = BIT(6), enumerator