Home
last modified time | relevance | path

Searched refs:HOST_AHCI_EN (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_ceva.c91 tmp |= HOST_AHCI_EN; in ceva_init_sata()
H A Dahci.c213 writel_with_flush(HOST_AHCI_EN, mmio + HOST_CTL); in ahci_host_init()
/rk3399_rockchip-uboot/include/
H A Dahci.h42 #define HOST_AHCI_EN (1 << 31) /* AHCI enabled */ macro