Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dugen.c147 #define UGEN_RA_WB_STOP 0x20 /* RA/WB xfer is stopped (buffer full/empty) */ macro
949 if (sce->state & UGEN_RA_WB_STOP && in ugen_do_read()
957 sce->state &= ~UGEN_RA_WB_STOP; in ugen_do_read()
966 sce->state |= UGEN_RA_WB_STOP; in ugen_do_read()
1128 if (sce->state & UGEN_RA_WB_STOP && in ugen_do_write()
1142 sce->state &= ~UGEN_RA_WB_STOP; in ugen_do_write()
1151 sce->state |= UGEN_RA_WB_STOP; in ugen_do_write()
1452 sce->state |= UGEN_RA_WB_STOP; in ugen_bulkra_intr()
1491 sce->state |= UGEN_RA_WB_STOP; in ugen_bulkra_intr()
1495 sce->state |= UGEN_RA_WB_STOP; in ugen_bulkra_intr()
[all …]