Lines Matching refs:hwport

398 	struct riptideport *hwport;  member
844 struct riptideport *hwport; in sendcmd() local
850 hwport = cif->hwport; in sendcmd()
869 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd()
878 cmdport = &(hwport->port[j % 2]); in sendcmd()
931 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1136 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq()
1190 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware()
1191 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware()
1193 SET_GRESET(cif->hwport); in try_to_load_firmware()
1195 UNSET_GRESET(cif->hwport); in try_to_load_firmware()
1199 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) in try_to_load_firmware()
1206 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1207 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1212 READ_AUDIO_STATUS(cif->hwport), in try_to_load_firmware()
1213 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware()
1310 SET_AIACK(cif->hwport); in riptide_reset()
1311 SET_AIE(cif->hwport); in riptide_reset()
1312 SET_AIACK(cif->hwport); in riptide_reset()
1405 SET_AIE(cif->hwport); in snd_riptide_trigger()
1726 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || in snd_riptide_interrupt()
1727 IS_EOCIRQ(cif->hwport)) { in snd_riptide_interrupt()
1731 if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { in snd_riptide_interrupt()
1736 SET_AIACK(cif->hwport); in snd_riptide_interrupt()
1791 cif->hwport = (struct riptideport *)chip->port; in snd_riptide_initialize()
1809 SET_EMPUIRQ(cif->hwport); in snd_riptide_initialize()
1821 SET_GRESET(cif->hwport); in snd_riptide_free()
1823 UNSET_GRESET(cif->hwport); in snd_riptide_free()
1846 struct riptideport *hwport; in snd_riptide_create() local
1877 hwport = (struct riptideport *)chip->port; in snd_riptide_create()
1878 UNSET_AIE(hwport); in snd_riptide_create()