Home
last modified time | relevance | path

Searched refs:ESTB (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/drivers/
H A Dportman2x4.c142 #define ESTB PP_STAT_POUT /* Echoed strobe. */ macro
242 while ((portman_read_status(pm) & ESTB) == 0) in portman_write_midi()
248 while ((portman_read_status(pm) & ESTB) == ESTB) in portman_write_midi()
279 while ((portman_read_status(pm) & ESTB) == ESTB) in portman_read_midi()
291 while ((portman_read_status(pm) & ESTB) == 0) in portman_read_midi()
339 while ((portman_read_status(pm) & ESTB) == ESTB) in portman_read_midi()
401 while ((portman_read_status(pm) & ESTB) == 0) in portman_flush_input()
417 while ((portman_read_status(pm) & ESTB) == ESTB) in portman_flush_input()
444 if ((parport_read_status(p) & ESTB) == ESTB) in portman_probe()
452 if ((parport_read_status(p) & ESTB) != ESTB) in portman_probe()