Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dsata.c67 ahci_reset((void __iomem *)DWC_AHSATA_BASE); in scsi_bus_reset()
Dboot-common.c236 ahci_reset((void __iomem *)DWC_AHSATA_BASE); in arch_preboot_os()
/external/u-boot/include/
Dahci.h233 int ahci_reset(void __iomem *base);
/external/u-boot/drivers/ata/
Dahci.c147 int ahci_reset(void __iomem *base) in ahci_reset() function
198 ret = ahci_reset(uc_priv->mmio_base); in ahci_host_init()