Lines Matching refs:hwport
384 struct riptideport *hwport; member
829 struct riptideport *hwport; in sendcmd() local
835 hwport = cif->hwport; in sendcmd()
854 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
863 cmdport = &(hwport->port[j % 2]); in sendcmd()
916 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1121 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1176 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1177 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1179 SET_GRESET(cif->hwport); in try_to_load_firmware()
1181 UNSET_GRESET(cif->hwport); in try_to_load_firmware()
1185 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) in try_to_load_firmware()
1192 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1193 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1198 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1199 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1296 SET_AIACK(cif->hwport); in riptide_reset()
1297 SET_AIE(cif->hwport); in riptide_reset()
1298 SET_AIACK(cif->hwport); in riptide_reset()
1391 SET_AIE(cif->hwport); in snd_riptide_trigger()
1707 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || in snd_riptide_interrupt()
1708 IS_EOCIRQ(cif->hwport)) { in snd_riptide_interrupt()
1712 if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { in snd_riptide_interrupt()
1717 SET_AIACK(cif->hwport); in snd_riptide_interrupt()
1772 cif->hwport = (struct riptideport *)chip->port; in snd_riptide_initialize()
1790 SET_EMPUIRQ(cif->hwport); in snd_riptide_initialize()
1802 SET_GRESET(cif->hwport); in snd_riptide_free()
1804 UNSET_GRESET(cif->hwport); in snd_riptide_free()
1827 struct riptideport *hwport; in snd_riptide_create() local
1857 hwport = (struct riptideport *)chip->port; in snd_riptide_create()
1858 UNSET_AIE(hwport); in snd_riptide_create()