Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/spi-nor/
Dmacronix.c26 nor->flags |= SNOR_F_4B_OPCODES; in mx25l25635_post_bfpt_fixups()
Dwinbond.c35 nor->flags |= SNOR_F_4B_OPCODES; in w25q256_post_bfpt_fixups()
Dcore.c2288 if (nor->addr_nbytes == 4 && nor->flags & SNOR_F_4B_OPCODES && in spi_nor_set_addr_nbytes()
2445 nor->flags |= SNOR_F_4B_OPCODES; in spi_nor_init_fixup_flags()
2495 nor->flags &= ~SNOR_F_4B_OPCODES; in spi_nor_sfdp_init_params_deprecated()
2717 !(nor->flags & SNOR_F_4B_OPCODES)) { in spi_nor_init()
2844 if (nor->addr_nbytes == 4 && !(nor->flags & SNOR_F_4B_OPCODES) && in spi_nor_restore()
Dspansion.c528 nor->flags |= SNOR_F_4B_OPCODES; in spansion_nor_late_init()
Dcore.h122 SNOR_F_4B_OPCODES = BIT(3), enumerator
Dsfdp.c1104 nor->flags |= SNOR_F_4B_OPCODES | SNOR_F_HAS_4BAIT; in spi_nor_parse_4bait()