Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhso.c324 #define UHSO_PORT_MUXBUSY __BIT(2) /* read in progress */ macro
882 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY | UHSO_PORT_MUXREADY); in uhso_mux_init()
951 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
956 SET(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
974 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
1023 if (ISSET(hp->hp_flags, UHSO_PORT_MUXBUSY)) in uhso_mux_intr()