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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dportman2x4.c205 static inline u8 portman_read_status(struct portman *pm) function
253 } while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY);
267 while ((portman_read_status(pm) & ESTB) == 0)
273 while ((portman_read_status(pm) & ESTB) == ESTB)
280 while ((portman_read_status(pm) & BUSY) == BUSY)
304 while ((portman_read_status(pm) & ESTB) == ESTB)
310 if ((portman_read_status(pm) & RXAVAIL) == 0)
316 while ((portman_read_status(pm) & ESTB) == 0)
320 midi_data = (portman_read_status(pm) & 128);
325 midi_data |= (portman_read_status(p
[all...]

Completed in 39 milliseconds