Home
last modified time | relevance | path

Searched refs:XHCI_ERSTSZ (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/usb/
H A Dxhcireg.h314 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) macro
H A Dxhci.c642 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), 0); in xhci_detach()
851 sc->sc_regs.erstsz0 = xhci_rt_read_4(sc, XHCI_ERSTSZ(0)); in xhci_suspend()
959 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), sc->sc_regs.erstsz0); in xhci_resume()
1652 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), XHCI_EVENT_RING_SEGMENTS); in xhci_init()