Searched refs:BFPT_DWORD (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-core.c | 1937 #define BFPT_DWORD(i) ((i) - 1) macro 2048 BFPT_DWORD(1), BIT(16), /* Supported bit */ 2049 BFPT_DWORD(4), 0, /* Settings */ 2056 BFPT_DWORD(1), BIT(20), /* Supported bit */ 2057 BFPT_DWORD(4), 16, /* Settings */ 2064 BFPT_DWORD(5), BIT(0), /* Supported bit */ 2065 BFPT_DWORD(6), 16, /* Settings */ 2072 BFPT_DWORD(1), BIT(22), /* Supported bit */ 2073 BFPT_DWORD(3), 16, /* Settings */ 2080 BFPT_DWORD(1), BIT(21), /* Supported bit */ [all …]
|