Searched refs:UGEN_RA_WB_STOP (Results 1 – 1 of 1) sorted by relevance
147 #define UGEN_RA_WB_STOP 0x20 /* RA/WB xfer is stopped (buffer full/empty) */ macro949 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 …]