Searched refs:snd_gf1_uart_stat (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/isa/gus/
H A Dgus_uart.c37 stat = snd_gf1_uart_stat(gus);
69 if (snd_gf1_uart_stat(gus) & 0x01)
73 if (snd_gf1_uart_stat(gus) & 0x02) { /* Tx FIFO free? */
122 for (i = 0; i < 1000 && (snd_gf1_uart_stat(gus) & 0x01); i++)
194 while (timeout-- > 0 && snd_gf1_uart_stat(gus) & 0x01);
201 if (snd_gf1_uart_stat(gus) & 0x02) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/isa/gus/
H A Dgus_uart.c37 stat = snd_gf1_uart_stat(gus);
69 if (snd_gf1_uart_stat(gus) & 0x01)
73 if (snd_gf1_uart_stat(gus) & 0x02) { /* Tx FIFO free? */
122 for (i = 0; i < 1000 && (snd_gf1_uart_stat(gus) & 0x01); i++)
194 while (timeout-- > 0 && snd_gf1_uart_stat(gus) & 0x01);
201 if (snd_gf1_uart_stat(gus) & 0x02) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dgus.h468 static inline unsigned char snd_gf1_uart_stat(struct snd_gus_card * gus) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dgus.h468 static inline unsigned char snd_gf1_uart_stat(struct snd_gus_card * gus) function

Completed in 170 milliseconds