Searched refs:sc_hw (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500var.h62 struct ncv_hw sc_hw; /* hardware register images */ member in struct:ncv_softc
H A Dncr53c500.c305 ncvhw_select_register_1(res, &sc->sc_hw);
314 ncvhw_select_register_1(res, &sc->sc_hw);
320 ncvhw_reset(res, &sc->sc_hw);
321 ncvhw_init(res, &sc->sc_hw);
347 ncvhw_select_register_0(sc->port_res, &sc->sc_hw);
387 ncvhw_select_register_0(res, &sc->sc_hw);
424 sc->sc_hw.hw_cfg1 |= C1_PARENB;
426 sc->sc_hw.hw_cfg1 &= ~C1_PARENB;
428 ncvhw_reset(res, &sc->sc_hw);
429 ncvhw_init(res, &sc->sc_hw);
[all...]
/freebsd-11-stable/sys/dev/ct/
H A Dbshwvar.h82 struct bshw *sc_hw; member in struct:bshw_softc
H A Dbshw_machdep.c87 struct bshw *hw = bs->sc_hw;
106 struct bshw *hw = bs->sc_hw;
559 if (bs->sc_hw->hw_dma_start)
560 (*bs->sc_hw->hw_dma_start)(ct);
576 if (bs->sc_hw->hw_dma_stop)
577 (*bs->sc_hw->hw_dma_stop) (ct);
H A Dct_isa.c230 bs->sc_hw = hw;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c223 cb(bus, &sc->sc_hw.root_pc, &sc->sc_hw.root_pg,
226 cb(bus, &sc->sc_hw.ctx_pc, &sc->sc_hw.ctx_pg,
230 cb(bus, &sc->sc_hw.scratch_pc[i], &sc->sc_hw.scratch_pg[i],
332 usbd_get_page(&sc->sc_hw.root_pc, 0, &buf_res);
344 usb_pc_cpu_flush(&sc->sc_hw.root_pc);
388 usbd_get_page(&sc->sc_hw.ctx_pc, 0, &buf_res);
400 usbd_get_page(&sc->sc_hw
[all...]
H A Duhci.c172 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg,
175 cb(bus, &sc->sc_hw.ls_ctl_start_pc, &sc->sc_hw.ls_ctl_start_pg,
178 cb(bus, &sc->sc_hw.fs_ctl_start_pc, &sc->sc_hw.fs_ctl_start_pg,
181 cb(bus, &sc->sc_hw.bulk_start_pc, &sc->sc_hw.bulk_start_pg,
184 cb(bus, &sc->sc_hw.last_qh_pc, &sc->sc_hw
[all...]
H A Dohci.c141 usb_pc_cpu_invalidate(&sc->sc_hw.hcca_pc);
151 cb(bus, &sc->sc_hw.hcca_pc, &sc->sc_hw.hcca_pg,
154 cb(bus, &sc->sc_hw.ctrl_start_pc, &sc->sc_hw.ctrl_start_pg,
157 cb(bus, &sc->sc_hw.bulk_start_pc, &sc->sc_hw.bulk_start_pg,
160 cb(bus, &sc->sc_hw.isoc_start_pc, &sc->sc_hw.isoc_start_pg,
164 cb(bus, sc->sc_hw
[all...]
H A Dehci.c153 cb(bus, &sc->sc_hw.pframes_pc, &sc->sc_hw.pframes_pg,
156 cb(bus, &sc->sc_hw.terminate_pc, &sc->sc_hw.terminate_pg,
159 cb(bus, &sc->sc_hw.async_start_pc, &sc->sc_hw.async_start_pg,
163 cb(bus, sc->sc_hw.intr_start_pc + i,
164 sc->sc_hw.intr_start_pg + i,
169 cb(bus, sc->sc_hw.isoc_hs_start_pc + i,
170 sc->sc_hw
[all...]
H A Dohci.h224 struct ohci_hw_softc sc_hw; member in struct:ohci_softc
H A Duhci.h203 struct uhci_hw_softc sc_hw; member in struct:uhci_softc
H A Dehci.h316 struct ehci_hw_softc sc_hw; member in struct:ehci_softc
H A Dxhci.h461 struct xhci_hw_softc sc_hw; member in struct:xhci_softc
/freebsd-11-stable/sys/dev/usb/input/
H A Dums.c136 mousehw_t sc_hw; member in struct:ums_softc
794 sc->sc_hw.buttons = MOUSE_MSC_MAXBUTTON;
796 sc->sc_hw.buttons = sc->sc_buttons;
798 sc->sc_hw.iftype = MOUSE_IF_USB;
799 sc->sc_hw.type = MOUSE_MOUSE;
800 sc->sc_hw.model = MOUSE_MODEL_GENERIC;
801 sc->sc_hw.hwid = 0;
1038 *(mousehw_t *)addr = sc->sc_hw;
1062 sc->sc_hw.buttons = MOUSE_MSC_MAXBUTTON;
1064 sc->sc_hw
[all...]
H A Dwsp.c544 mousehw_t sc_hw; member in struct:wsp_softc
795 sc->sc_hw.buttons = 3;
796 sc->sc_hw.iftype = MOUSE_IF_USB;
797 sc->sc_hw.type = MOUSE_PAD;
798 sc->sc_hw.model = MOUSE_MODEL_GENERIC;
1308 *(mousehw_t *)addr = sc->sc_hw;
1325 sc->sc_hw.buttons = 3;
1349 sc->sc_hw.buttons = 3;
H A Datp.c666 mousehw_t sc_hw; member in struct:atp_softc
2269 sc->sc_hw.buttons = 3;
2270 sc->sc_hw.iftype = MOUSE_IF_USB;
2271 sc->sc_hw.type = MOUSE_PAD;
2272 sc->sc_hw.model = MOUSE_MODEL_GENERIC;
2273 sc->sc_hw.hwid = 0;
2509 *(mousehw_t *)addr = sc->sc_hw;
2526 sc->sc_hw.buttons = 3;
2550 sc->sc_hw.buttons = 3;

Completed in 109 milliseconds