Lines Matching refs:sc_hw
142 usb_pc_cpu_invalidate(&sc->sc_hw.hcca_pc); in ohci_get_hcca()
152 cb(bus, &sc->sc_hw.hcca_pc, &sc->sc_hw.hcca_pg, in ohci_iterate_hw_softc()
155 cb(bus, &sc->sc_hw.ctrl_start_pc, &sc->sc_hw.ctrl_start_pg, in ohci_iterate_hw_softc()
158 cb(bus, &sc->sc_hw.bulk_start_pc, &sc->sc_hw.bulk_start_pg, in ohci_iterate_hw_softc()
161 cb(bus, &sc->sc_hw.isoc_start_pc, &sc->sc_hw.isoc_start_pg, in ohci_iterate_hw_softc()
165 cb(bus, sc->sc_hw.intr_start_pc + i, sc->sc_hw.intr_start_pg + i, in ohci_iterate_hw_softc()
246 usbd_get_page(&sc->sc_hw.hcca_pc, 0, &buf_res); in ohci_controller_init()
249 usbd_get_page(&sc->sc_hw.ctrl_start_pc, 0, &buf_res); in ohci_controller_init()
252 usbd_get_page(&sc->sc_hw.bulk_start_pc, 0, &buf_res); in ohci_controller_init()
339 ohci_init_ed(&sc->sc_hw.ctrl_start_pc); in ohci_init()
342 ohci_init_ed(&sc->sc_hw.bulk_start_pc); in ohci_init()
345 ohci_init_ed(&sc->sc_hw.isoc_start_pc); in ohci_init()
349 ohci_init_ed(sc->sc_hw.intr_start_pc + i); in ohci_init()
390 usbd_get_page(&sc->sc_hw.hcca_pc, 0, &buf_res); in ohci_init()
1148 usb_pc_cpu_flush(&sc->sc_hw.hcca_pc); in ohci_interrupt()