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