Home
last modified time | relevance | path

Searched defs:gpmc_cs (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Domap_gpmc.h33 struct gpmc_cs { struct
34 u32 config1; /* 0x00 */
35 u32 config2; /* 0x04 */
36 u32 config3; /* 0x08 */
37 u32 config4; /* 0x0C */
38 u32 config5; /* 0x10 */
39 u32 config6; /* 0x14 */
40 u32 config7; /* 0x18 */
41 u32 nand_cmd; /* 0x1C */
42 u32 nand_adr; /* 0x20 */
[all …]
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_omap2.c35 int gpmc_cs; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c148 int gpmc_cs; member
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c255 static struct gpmc_cs_data gpmc_cs[GPMC_CS_NUM]; variable