Searched refs:VIA_REG_STAT_FLAG (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Dvia82xx_modem.c84 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
495 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED);
H A Dvia82xx.c146 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
642 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED)))
687 VIA_REG_STAT_FLAG);
688 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG);
903 if (status & VIA_REG_STAT_FLAG) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Dvia82xx_modem.c84 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
495 c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED);
H A Dvia82xx.c146 #define VIA_REG_STAT_FLAG 0x01 /* RWC */ macro
642 if (! (c_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED)))
687 VIA_REG_STAT_FLAG);
688 c_status = shadow_status & (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG);
903 if (status & VIA_REG_STAT_FLAG) {

Completed in 131 milliseconds