Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsata.c67 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()
/openbmc/qemu/hw/ide/
H A Dich.c98 ahci_reset(&d->ahci); in pci_ich9_reset()
H A Dahci-internal.h384 void ahci_reset(AHCIState *s);
H A Dahci.c494 ahci_reset(s); in ahci_mem_write()
1659 void ahci_reset(AHCIState *s) in ahci_reset() function
1848 ahci_reset(&s->ahci); in sysbus_ahci_reset()
H A Dtrace-events117 ahci_reset(void *s) "ahci(%p): HBA reset"
/openbmc/u-boot/include/
H A Dahci.h233 int ahci_reset(void __iomem *base);
/openbmc/u-boot/drivers/ata/
H A Dahci.c147 int ahci_reset(void __iomem *base) in ahci_reset() function
198 ret = ahci_reset(uc_priv->mmio_base); in ahci_host_init()