Home
last modified time | relevance | path

Searched refs:ahci_ctlr_reset (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ahci/
H A Dahci_mv_fdt.c113 rc = ahci_ctlr_reset(dev); in ahci_mv_fdt_attach()
H A Dahci_fsl_fdt.c367 ret = ahci_ctlr_reset(dev); in ahci_fsl_fdt_attach()
H A Dahci_pci.c399 return(ahci_ctlr_reset(dev)); in ahci_pci_ctlr_reset()
H A Dahci.h667 int ahci_ctlr_reset(device_t dev);
H A Dahci.c139 ahci_ctlr_reset(device_t dev) in ahci_ctlr_reset() function
/freebsd/sys/arm/allwinner/
H A Da10_ahci.c285 return (ahci_ctlr_reset(dev)); in ahci_a10_ctlr_reset()