Searched refs:isr_type (Results 1 – 2 of 2) sorted by relevance
156 void LINKLAYER_PLAT_EnableSpecificIRQ(uint8_t isr_type) in LINKLAYER_PLAT_EnableSpecificIRQ() argument159 LOG_DBG("isr_type: %d", isr_type); in LINKLAYER_PLAT_EnableSpecificIRQ()161 if ((isr_type & LL_HIGH_ISR_ONLY) != 0) { in LINKLAYER_PLAT_EnableSpecificIRQ()168 if ((isr_type & LL_LOW_ISR_ONLY) != 0) { in LINKLAYER_PLAT_EnableSpecificIRQ()175 if ((isr_type & SYS_LOW_ISR) != 0) { in LINKLAYER_PLAT_EnableSpecificIRQ()183 void LINKLAYER_PLAT_DisableSpecificIRQ(uint8_t isr_type) in LINKLAYER_PLAT_DisableSpecificIRQ() argument186 LOG_DBG("isr_type: %d", isr_type); in LINKLAYER_PLAT_DisableSpecificIRQ()188 if ((isr_type & LL_HIGH_ISR_ONLY) != 0) { in LINKLAYER_PLAT_DisableSpecificIRQ()195 if ((isr_type & LL_LOW_ISR_ONLY) != 0) { in LINKLAYER_PLAT_DisableSpecificIRQ()202 if ((isr_type & SYS_LOW_ISR) != 0) { in LINKLAYER_PLAT_DisableSpecificIRQ()
130 enum espi_ch_enable_isr_type isr_type; member1765 espi_isr_list[i].isr_type); in espi_it8xxx2_isr()