Searched defs:gpmc_cs (Results 1 – 4 of 4) sorted by relevance
34 struct gpmc_cs { struct35 u32 config1; /* 0x00 */36 u32 config2; /* 0x04 */37 u32 config3; /* 0x08 */38 u32 config4; /* 0x0C */39 u32 config5; /* 0x10 */40 u32 config6; /* 0x14 */41 u32 config7; /* 0x18 */42 u32 nand_cmd; /* 0x1C */43 u32 nand_adr; /* 0x20 */[all …]
35 int gpmc_cs; member
148 int gpmc_cs; member
241 static struct gpmc_cs_data gpmc_cs[GPMC_CS_NUM]; variable