Searched refs:BFPT_DWORD (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | spi-nor.c | 85 #define BFPT_DWORD(i) ((i) - 1) macro 2095 if ((bfpt->dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) == in is25lp256_post_bfpt_fixups() 2121 if (bfpt->dwords[BFPT_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups() 3110 BFPT_DWORD(1), BIT(16), /* Supported bit */ 3111 BFPT_DWORD(4), 0, /* Settings */ 3118 BFPT_DWORD(1), BIT(20), /* Supported bit */ 3119 BFPT_DWORD(4), 16, /* Settings */ 3126 BFPT_DWORD(5), BIT(0), /* Supported bit */ 3127 BFPT_DWORD(6), 16, /* Settings */ 3134 BFPT_DWORD(1), BIT(22), /* Supported bit */ [all …]
|