Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A 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 …]
H A Dsfdp.h22 #define BFPT_DWORD(i) ((i) - 1) macro
H A Dissi.c22 if ((bfpt->dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) == in is25lp256_post_bfpt_fixups()
H A Dmacronix.c26 if (bfpt->dwords[BFPT_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c1670 #define BFPT_DWORD(i) ((i) - 1) macro
1780 BFPT_DWORD(1), BIT(16), /* Supported bit */
1781 BFPT_DWORD(4), 0, /* Settings */
1788 BFPT_DWORD(1), BIT(20), /* Supported bit */
1789 BFPT_DWORD(4), 16, /* Settings */
1796 BFPT_DWORD(5), BIT(0), /* Supported bit */
1797 BFPT_DWORD(6), 16, /* Settings */
1804 BFPT_DWORD(1), BIT(22), /* Supported bit */
1805 BFPT_DWORD(3), 16, /* Settings */
1812 BFPT_DWORD(1), BIT(21), /* Supported bit */
[all …]