Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl4/
H A Dopl4_local.h125 #define OPL4_STATUS_BUSY 0x01 macro
H A Dopl4_lib.c22 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0) in snd_opl4_wait()