Searched refs:ER_4K (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | m25p80.c | 48 ER_4K = BIT(0), enumerator 179 { INFO("at25fs010", 0x1f6601, 0, 32 << 10, 4, ER_4K) }, 180 { INFO("at25fs040", 0x1f6604, 0, 64 << 10, 8, ER_4K) }, 182 { INFO("at25df041a", 0x1f4401, 0, 64 << 10, 8, ER_4K) }, 183 { INFO("at25df321a", 0x1f4701, 0, 64 << 10, 64, ER_4K) }, 184 { INFO("at25df641", 0x1f4800, 0, 64 << 10, 128, ER_4K) }, 186 { INFO("at26f004", 0x1f0400, 0, 64 << 10, 8, ER_4K) }, 187 { INFO("at26df081a", 0x1f4501, 0, 64 << 10, 16, ER_4K) }, 188 { INFO("at26df161a", 0x1f4601, 0, 64 << 10, 32, ER_4K) }, 189 { INFO("at26df321", 0x1f4700, 0, 64 << 10, 64, ER_4K) }, [all …]
|