Home
last modified time | relevance | path

Searched refs:ahci_reset (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dsata.c68 ahci_reset((void __iomem *)DWC_AHSATA_BASE); in scsi_bus_reset()
H A Dboot-common.c236 ahci_reset((void __iomem *)DWC_AHSATA_BASE); in arch_preboot_os()
/rk3399_rockchip-uboot/include/
H A Dahci.h234 int ahci_reset(void __iomem *base);
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c158 int ahci_reset(void __iomem *base) in ahci_reset() function
209 ret = ahci_reset(uc_priv->mmio_base); in ahci_host_init()