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);
143 HwiControllerOps *hwiOps = ArchIntOpsGet();
144 if (hwiOps->setIrqPriority == NULL) {
148 return hwiOps->setIrqPriority(hwiNum, priority);
153 HwiControllerOps *hwiOps = ArchIntOpsGet();
154 return hwiOps->getCurIrqNum();
244 HwiControllerOps *hwiOps = ArchIntOpsGet();
245 if (hwiOps->createIrq == NULL) {
249 hwiOps->createIrq(hwiNum, hwiPrio);