Home
last modified time | relevance | path

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

/linux-6.15/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()
400 while ((portman_read_status(pm) & ESTB) == 0) in portman_flush_input()
416 while ((portman_read_status(pm) & ESTB) == ESTB) in portman_flush_input()
443 if ((parport_read_status(p) & ESTB) == ESTB) in portman_probe()
451 if ((parport_read_status(p) & ESTB) != ESTB) in portman_probe()
/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h71 ESTB = 15, /* lost serial poll bytes */ enumerator