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
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 273 struct mvsata_hc *mvhc; local
356 mvhc = &sc->sc_hcs[hc];
357 mvhc->hc = hc;
358 mvhc->hc_sc = sc;
359 mvhc->hc_iot = sc->sc_iot;
362 &mvhc->hc_ioh)) {
369 if (mvsata_port_init(mvhc, port) == 0) {
372 mvport = mvhc->hc_ports[port];
383 mvsata_reset_hc(mvhc);
406 mvsata_intr(struct mvsata_hc *mvhc)
3634 struct mvsata_hc *mvhc = mvport->port_hc; local
    [all...]

Completed in 34 milliseconds