Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h88 struct ccsr_ahci { struct
89 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h426 struct ccsr_ahci { struct
427 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dls102xa_sata.c25 struct ccsr_ahci __iomem *ccsr_ahci = (void *)AHCI_BASE_ADDR; in ls1021a_sata_init() local
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c215 struct ccsr_ahci __iomem *ccsr_ahci; in sata_init() local
238 struct ccsr_ahci __iomem *ccsr_ahci = (void *)CONFIG_SYS_SATA; in sata_init() local