Searched refs:fixup_flags (Results 1 – 7 of 7) sorted by relevance
| /drivers/mtd/spi-nor/ |
| A D | micron-st.c | 171 .fixup_flags = SPI_NOR_4B_OPCODES | SPI_NOR_IO_MODE_EN_VOLATILE, 180 .fixup_flags = SPI_NOR_4B_OPCODES, 386 .fixup_flags = SPI_NOR_4B_OPCODES, 399 .fixup_flags = SPI_NOR_4B_OPCODES, 457 .fixup_flags = SPI_NOR_4B_OPCODES,
|
| A D | issi.c | 107 .fixup_flags = SPI_NOR_4B_OPCODES, 128 .fixup_flags = SPI_NOR_4B_OPCODES,
|
| A D | gigadevice.c | 66 .fixup_flags = SPI_NOR_4B_OPCODES,
|
| A D | spansion.c | 937 .fixup_flags = SPI_NOR_4B_OPCODES, 943 .fixup_flags = SPI_NOR_4B_OPCODES, 949 .fixup_flags = SPI_NOR_4B_OPCODES,
|
| A D | macronix.c | 143 .fixup_flags = SPI_NOR_4B_OPCODES,
|
| A D | core.h | 538 u8 fixup_flags; member
|
| A D | core.c | 2776 const u8 fixup_flags = nor->info->fixup_flags; in spi_nor_init_fixup_flags() local 2778 if (fixup_flags & SPI_NOR_4B_OPCODES) in spi_nor_init_fixup_flags() 2781 if (fixup_flags & SPI_NOR_IO_MODE_EN_VOLATILE) in spi_nor_init_fixup_flags()
|
Completed in 26 milliseconds