portman_read_status  239 sound/drivers/portman2x4.c 	} while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY);
portman_read_status  253 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  259 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  266 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & BUSY) == BUSY)
portman_read_status  290 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  296 sound/drivers/portman2x4.c 	if ((portman_read_status(pm) & RXAVAIL) == 0)
portman_read_status  302 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  306 sound/drivers/portman2x4.c 	midi_data = (portman_read_status(pm) & 128);
portman_read_status  311 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 1) & 64;
portman_read_status  316 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 2) & 32;
portman_read_status  321 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 3) & 16;
portman_read_status  326 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 4) & 8;
portman_read_status  331 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 5) & 4;
portman_read_status  336 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 6) & 2;
portman_read_status  341 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 7) & 1;
portman_read_status  350 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  374 sound/drivers/portman2x4.c 	if ((portman_read_status(pm) & RXAVAIL) == RXAVAIL)
portman_read_status  412 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  428 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  608 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & INT_REQ) == INT_REQ) {