Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci_mv.c235 EWRITE4(sc, USB_BRIDGE_INTR_MASK, MV_USB_ADDR_DECODE_ERR | in mv_ehci_attach()
293 EWRITE4(sc, USB_BRIDGE_INTR_MASK, 0); in mv_ehci_detach()
360 EWRITE4(sc, USB_BRIDGE_INTR_CAUSE, 0); in err_intr()
H A Dehci.h371 #define EWRITE4(sc, a, x) \ macro