portman_read_status  252 sound/drivers/portman2x4.c 	} while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY);
portman_read_status  266 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  272 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  279 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & BUSY) == BUSY)
portman_read_status  303 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  309 sound/drivers/portman2x4.c 	if ((portman_read_status(pm) & RXAVAIL) == 0)
portman_read_status  315 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  319 sound/drivers/portman2x4.c 	midi_data = (portman_read_status(pm) & 128);
portman_read_status  324 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 1) & 64;
portman_read_status  329 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 2) & 32;
portman_read_status  334 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 3) & 16;
portman_read_status  339 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 4) & 8;
portman_read_status  344 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 5) & 4;
portman_read_status  349 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 6) & 2;
portman_read_status  354 sound/drivers/portman2x4.c 	midi_data |= (portman_read_status(pm) >> 7) & 1;
portman_read_status  363 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  387 sound/drivers/portman2x4.c 	if ((portman_read_status(pm) & RXAVAIL) == RXAVAIL)
portman_read_status  425 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == 0)
portman_read_status  441 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & ESTB) == ESTB)
portman_read_status  621 sound/drivers/portman2x4.c 	while ((portman_read_status(pm) & INT_REQ) == INT_REQ) {