Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
Dsoc.h97 struct ccsr_ahci { struct
98 u32 res1[0xa4/4]; /* 0x0 - 0xa4 */
99 u32 pcfg; /* port config */
100 u32 ppcfg; /* port phy1 config */
101 u32 pp2c; /* port phy2 config */
102 u32 pp3c; /* port phy3 config */
103 u32 pp4c; /* port phy4 config */
104 u32 pp5c; /* port phy5 config */
105 u32 axicc; /* AXI cache control */
106 u32 paxic; /* port AXI config */
[all …]
/external/u-boot/arch/arm/include/asm/arch-ls102xa/
Dimmap_ls102xa.h395 struct ccsr_ahci { struct
396 u32 res1[0xa4/4]; /* 0x0 - 0xa4 */
397 u32 pcfg; /* port config */
398 u32 ppcfg; /* port phy1 config */
399 u32 pp2c; /* port phy2 config */
400 u32 pp3c; /* port phy3 config */
401 u32 pp4c; /* port phy4 config */
402 u32 pp5c; /* port phy5 config */
403 u32 paxic; /* port AXI config */
404 u32 axicc; /* AXI cache control */
[all …]
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dls102xa_sata.c24 struct ccsr_ahci __iomem *ccsr_ahci = (void *)AHCI_BASE_ADDR; in ls1021a_sata_init() local
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dsoc.c336 struct ccsr_ahci __iomem *ccsr_ahci; in sata_init() local
406 struct ccsr_ahci __iomem *ccsr_ahci = (void *)CONFIG_SYS_SATA; in sata_init() local