Searched refs:OPL4_STATUS_BUSY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/drivers/opl4/ | ||
H A D | opl4_local.h | 125 #define OPL4_STATUS_BUSY 0x01 macro |
H A D | opl4_lib.c | 22 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0) in snd_opl4_wait() |