Searched refs:sc_port_start (Results 1 – 3 of 3) sorted by relevance
143 int (*sc_port_start)(struct ahci_port *, int); member147 #define ahci_port_start(_p, _f) ((_p)->ap_sc->sc_port_start((_p), (_f)))
184 if (sc->sc_port_start == NULL) in ahci_attach() 185 sc->sc_port_start = ahci_default_port_start; in ahci_attach()
183 sc->sc_port_start = sxiahci_port_start; in sxiahci_attach()