Lines Matching refs:hwiOps
83 HwiControllerOps *hwiOps = ArchIntOpsGet();
84 if (hwiOps->triggerIrq == NULL) {
88 return hwiOps->triggerIrq(hwiNum);
97 HwiControllerOps *hwiOps = ArchIntOpsGet();
98 if (hwiOps->enableIrq == NULL) {
102 return hwiOps->enableIrq(hwiNum);
111 HwiControllerOps *hwiOps = ArchIntOpsGet();
112 if (hwiOps->disableIrq == NULL) {
116 return hwiOps->disableIrq(hwiNum);
125 HwiControllerOps *hwiOps = ArchIntOpsGet();
126 if (hwiOps->clearIrq == NULL) {
130 return hwiOps->clearIrq(hwiNum);
135 HwiControllerOps *hwiOps = ArchIntOpsGet();
136 return hwiOps->getCurIrqNum();
228 HwiControllerOps *hwiOps = ArchIntOpsGet();
229 if (hwiOps->createIrq == NULL) {
233 hwiOps->createIrq(hwiNum, hwiPrio);