Searched refs:LP_OPTIONS (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 13 #define LP_OPTIONS NAND_SAMSUNG_LP_OPTIONS macro 14 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) 114 EXTENDED_ID_NAND("NAND 64MiB 1,8V 8-bit", 0xA2, 64, LP_OPTIONS), 115 EXTENDED_ID_NAND("NAND 64MiB 1,8V 8-bit", 0xA0, 64, LP_OPTIONS), 116 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xF2, 64, LP_OPTIONS), 117 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xD0, 64, LP_OPTIONS), 118 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xF0, 64, LP_OPTIONS), 125 EXTENDED_ID_NAND("NAND 128MiB 1,8V 8-bit", 0xA1, 128, LP_OPTIONS), 126 EXTENDED_ID_NAND("NAND 128MiB 3,3V 8-bit", 0xF1, 128, LP_OPTIONS), 127 EXTENDED_ID_NAND("NAND 128MiB 3,3V 8-bit", 0xD1, 128, LP_OPTIONS), [all …]
|
H A D | tegra_nand.h | 210 #define LP_OPTIONS 0 macro
|
H A D | tegra_nand.c | 937 nand->options = LP_OPTIONS; in tegra_probe()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 10 #define LP_OPTIONS 0 macro 11 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) 105 EXTENDED_ID_NAND("NAND 64MiB 1,8V 8-bit", 0xA2, 64, LP_OPTIONS), 106 EXTENDED_ID_NAND("NAND 64MiB 1,8V 8-bit", 0xA0, 64, LP_OPTIONS), 107 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xF2, 64, LP_OPTIONS), 108 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xD0, 64, LP_OPTIONS), 109 EXTENDED_ID_NAND("NAND 64MiB 3,3V 8-bit", 0xF0, 64, LP_OPTIONS), 116 EXTENDED_ID_NAND("NAND 128MiB 1,8V 8-bit", 0xA1, 128, LP_OPTIONS), 117 EXTENDED_ID_NAND("NAND 128MiB 3,3V 8-bit", 0xF1, 128, LP_OPTIONS), 118 EXTENDED_ID_NAND("NAND 128MiB 3,3V 8-bit", 0xD1, 128, LP_OPTIONS), [all …]
|
/openbmc/qemu/hw/block/ |
H A D | nand.c | 190 # define LP_OPTIONS (NAND_SAMSUNG_LP | NAND_NO_READRDY | NAND_NO_AUTOINCR) macro 191 # define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) 194 [0xa2] = { 64, 8, 0, 0, LP_OPTIONS }, 195 [0xf2] = { 64, 8, 0, 0, LP_OPTIONS }, 200 [0xa1] = { 128, 8, 0, 0, LP_OPTIONS }, 201 [0xf1] = { 128, 8, 0, 0, LP_OPTIONS }, 206 [0xaa] = { 256, 8, 0, 0, LP_OPTIONS }, 207 [0xda] = { 256, 8, 0, 0, LP_OPTIONS }, 212 [0xac] = { 512, 8, 0, 0, LP_OPTIONS }, 213 [0xdc] = { 512, 8, 0, 0, LP_OPTIONS }, [all …]
|