Searched defs:ccsr_ahci (Results 1 – 4 of 4) sorted by relevance
88 struct ccsr_ahci { struct89 u32 res1[0xa4/4]; /* 0x0 - 0xa4 */90 u32 pcfg; /* port config */91 u32 ppcfg; /* port phy1 config */92 u32 pp2c; /* port phy2 config */93 u32 pp3c; /* port phy3 config */94 u32 pp4c; /* port phy4 config */95 u32 pp5c; /* port phy5 config */96 u32 axicc; /* AXI cache control */97 u32 paxic; /* port AXI config */[all …]
426 struct ccsr_ahci { struct427 u32 res1[0xa4/4]; /* 0x0 - 0xa4 */428 u32 pcfg; /* port config */429 u32 ppcfg; /* port phy1 config */430 u32 pp2c; /* port phy2 config */431 u32 pp3c; /* port phy3 config */432 u32 pp4c; /* port phy4 config */433 u32 pp5c; /* port phy5 config */434 u32 paxic; /* port AXI config */435 u32 axicc; /* AXI cache control */[all …]
25 struct ccsr_ahci __iomem *ccsr_ahci = (void *)AHCI_BASE_ADDR; in ls1021a_sata_init() local
215 struct ccsr_ahci __iomem *ccsr_ahci; in sata_init() local238 struct ccsr_ahci __iomem *ccsr_ahci = (void *)CONFIG_SYS_SATA; in sata_init() local