Lines Matching refs:hwport

383 	struct riptideport *hwport;  member
828 struct riptideport *hwport; in sendcmd() local
834 hwport = cif->hwport; in sendcmd()
853 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
862 cmdport = &(hwport->port[j % 2]); in sendcmd()
915 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1126 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1181 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1182 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1184 SET_GRESET(cif->hwport); in try_to_load_firmware()
1186 UNSET_GRESET(cif->hwport); in try_to_load_firmware()
1190 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) in try_to_load_firmware()
1197 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1198 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1203 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1204 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1301 SET_AIACK(cif->hwport); in riptide_reset()
1302 SET_AIE(cif->hwport); in riptide_reset()
1303 SET_AIACK(cif->hwport); in riptide_reset()
1396 SET_AIE(cif->hwport); in snd_riptide_trigger()
1712 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || in snd_riptide_interrupt()
1713 IS_EOCIRQ(cif->hwport)) { in snd_riptide_interrupt()
1717 if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { in snd_riptide_interrupt()
1722 SET_AIACK(cif->hwport); in snd_riptide_interrupt()
1778 cif->hwport = (struct riptideport *)chip->port; in snd_riptide_initialize()
1797 SET_EMPUIRQ(cif->hwport); in snd_riptide_initialize()
1808 SET_GRESET(cif->hwport); in snd_riptide_free()
1810 UNSET_GRESET(cif->hwport); in snd_riptide_free()
1820 struct riptideport *hwport; in snd_riptide_create() local
1841 hwport = (struct riptideport *)chip->port; in snd_riptide_create()
1842 UNSET_AIE(hwport); in snd_riptide_create()