Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Dsfdp.c251 SFDP_DWORD(4), 0, /* Settings */
259 SFDP_DWORD(4), 16, /* Settings */
283 SFDP_DWORD(3), 0, /* Settings */
298 {SFDP_DWORD(8), 0},
301 {SFDP_DWORD(8), 16},
304 {SFDP_DWORD(9), 0},
307 {SFDP_DWORD(9), 16},
1189 dwords[SFDP_DWORD(5)]); in spi_nor_parse_profile1()
1192 dwords[SFDP_DWORD(5)]); in spi_nor_parse_profile1()
1195 dwords[SFDP_DWORD(5)]); in spi_nor_parse_profile1()
[all …]
H A Dsfdp.h17 #define SFDP_DWORD(i) ((i) - 1) macro
H A Dissi.c21 if ((bfpt->dwords[SFDP_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) == in is25lp256_post_bfpt_fixups()
H A Dmacronix.c25 if (bfpt->dwords[SFDP_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups()