Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Dp16v.c363 while ((status = inl(emu->port + IPR2)) != 0) { in snd_p16v_interrupt()
391 outl(status, emu->port + IPR2); /* ack all */ in snd_p16v_interrupt()
/openbmc/linux/include/sound/
H A Demu10k1.h326 #define IPR2 0x28 /* P16V interrupt pending register */ macro