Home
last modified time | relevance | path

Searched refs:BFPT_DWORD (Results 1 – 4 of 4) sorted by relevance

/drivers/mtd/spi-nor/
Dsfdp.c239 BFPT_DWORD(1), BIT(16), /* Supported bit */
240 BFPT_DWORD(4), 0, /* Settings */
247 BFPT_DWORD(1), BIT(20), /* Supported bit */
248 BFPT_DWORD(4), 16, /* Settings */
255 BFPT_DWORD(5), BIT(0), /* Supported bit */
256 BFPT_DWORD(6), 16, /* Settings */
263 BFPT_DWORD(1), BIT(22), /* Supported bit */
264 BFPT_DWORD(3), 16, /* Settings */
271 BFPT_DWORD(1), BIT(21), /* Supported bit */
272 BFPT_DWORD(3), 0, /* Settings */
[all …]
Dsfdp.h22 #define BFPT_DWORD(i) ((i) - 1) macro
Dissi.c22 if ((bfpt->dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) == in is25lp256_post_bfpt_fixups()
Dmacronix.c26 if (bfpt->dwords[BFPT_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups()