Searched refs:LP_OPTIONS16 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 14 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) macro 119 EXTENDED_ID_NAND("NAND 64MiB 1,8V 16-bit", 0xB2, 64, LP_OPTIONS16), 120 EXTENDED_ID_NAND("NAND 64MiB 1,8V 16-bit", 0xB0, 64, LP_OPTIONS16), 121 EXTENDED_ID_NAND("NAND 64MiB 3,3V 16-bit", 0xC2, 64, LP_OPTIONS16), 122 EXTENDED_ID_NAND("NAND 64MiB 3,3V 16-bit", 0xC0, 64, LP_OPTIONS16), 147 EXTENDED_ID_NAND("NAND 1GiB 1,8V 16-bit", 0xB3, 1024, LP_OPTIONS16), 148 EXTENDED_ID_NAND("NAND 1GiB 3,3V 16-bit", 0xC3, 1024, LP_OPTIONS16), 153 EXTENDED_ID_NAND("NAND 2GiB 1,8V 16-bit", 0xB5, 2048, LP_OPTIONS16), 154 EXTENDED_ID_NAND("NAND 2GiB 3,3V 16-bit", 0xC5, 2048, LP_OPTIONS16), 159 EXTENDED_ID_NAND("NAND 4GiB 1,8V 16-bit", 0xB7, 4096, LP_OPTIONS16), [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 11 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) macro 110 EXTENDED_ID_NAND("NAND 64MiB 1,8V 16-bit", 0xB2, 64, LP_OPTIONS16), 111 EXTENDED_ID_NAND("NAND 64MiB 1,8V 16-bit", 0xB0, 64, LP_OPTIONS16), 112 EXTENDED_ID_NAND("NAND 64MiB 3,3V 16-bit", 0xC2, 64, LP_OPTIONS16), 113 EXTENDED_ID_NAND("NAND 64MiB 3,3V 16-bit", 0xC0, 64, LP_OPTIONS16), 138 EXTENDED_ID_NAND("NAND 1GiB 1,8V 16-bit", 0xB3, 1024, LP_OPTIONS16), 139 EXTENDED_ID_NAND("NAND 1GiB 3,3V 16-bit", 0xC3, 1024, LP_OPTIONS16), 144 EXTENDED_ID_NAND("NAND 2GiB 1,8V 16-bit", 0xB5, 2048, LP_OPTIONS16), 145 EXTENDED_ID_NAND("NAND 2GiB 3,3V 16-bit", 0xC5, 2048, LP_OPTIONS16), 150 EXTENDED_ID_NAND("NAND 4GiB 1,8V 16-bit", 0xB7, 4096, LP_OPTIONS16), [all …]
|
/openbmc/qemu/hw/block/ |
H A D | nand.c | 196 [0xb2] = { 64, 16, 0, 0, LP_OPTIONS16 }, 197 [0xc2] = { 64, 16, 0, 0, LP_OPTIONS16 }, 202 [0xb1] = { 128, 16, 0, 0, LP_OPTIONS16 }, 203 [0xc1] = { 128, 16, 0, 0, LP_OPTIONS16 }, 208 [0xba] = { 256, 16, 0, 0, LP_OPTIONS16 }, 209 [0xca] = { 256, 16, 0, 0, LP_OPTIONS16 }, 214 [0xbc] = { 512, 16, 0, 0, LP_OPTIONS16 }, 215 [0xcc] = { 512, 16, 0, 0, LP_OPTIONS16 }, 220 [0xb3] = { 1024, 16, 0, 0, LP_OPTIONS16 }, 221 [0xc3] = { 1024, 16, 0, 0, LP_OPTIONS16 }, [all …]
|