Searched refs:hwiOps (Results 1 – 4 of 4) sorted by relevance
51 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local52 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()56 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()61 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local62 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()66 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()71 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local72 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()76 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()81 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local[all …]
83 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local84 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()88 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()97 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local98 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()102 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()111 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local112 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()116 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()125 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local[all …]
157 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntTrigger() local158 if (hwiOps->triggerIrq == NULL) { in ArchIntTrigger()162 return hwiOps->triggerIrq(hwiNum); in ArchIntTrigger()171 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntEnable() local172 if (hwiOps->enableIrq == NULL) { in ArchIntEnable()176 return hwiOps->enableIrq(hwiNum); in ArchIntEnable()185 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntDisable() local186 if (hwiOps->disableIrq == NULL) { in ArchIntDisable()190 return hwiOps->disableIrq(hwiNum); in ArchIntDisable()199 HwiControllerOps *hwiOps = ArchIntOpsGet(); in ArchIntClear() local[all …]