Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dxhcireg.h238 #define XHCI_PS_CEC __BIT(23) /* RW - config error change */ macro
H A Dxhci.c4127 xhci_op_write_4(sc, port, v | XHCI_PS_CEC); in xhci_roothub_ctrl_locked()
4205 if (v & XHCI_PS_CEC) i |= UPS_C_PORT_CONFIG_ERROR; in xhci_roothub_ctrl_locked()