HomeSort by: relevance | last modified time | path
    Searched defs:mvhc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
mvsata_mv.c 186 struct mvsata_hc *mvhc = &sc->sc_hcs[0]; local in function:mvsatahc_intr
191 handled |= mvsata_error(mvhc->hc_ports[0]);
193 handled |= mvsata_error(mvhc->hc_ports[1]);
195 handled |= mvsata_intr(mvhc);
  /src/sys/dev/ic/
mvsata.c 272 struct mvsata_hc *mvhc; local in function:mvsata_attach
355 mvhc = &sc->sc_hcs[hc];
356 mvhc->hc = hc;
357 mvhc->hc_sc = sc;
358 mvhc->hc_iot = sc->sc_iot;
361 &mvhc->hc_ioh)) {
368 if (mvsata_port_init(mvhc, port) == 0) {
371 mvport = mvhc->hc_ports[port];
382 mvsata_reset_hc(mvhc);
405 mvsata_intr(struct mvsata_hc *mvhc)
3638 struct mvsata_hc *mvhc = mvport->port_hc; local in function:mvsata_fix_phy_gen1
    [all...]

Completed in 14 milliseconds