Searched refs:interrupt_type (Results 1 – 9 of 9) sorted by relevance
874 int interrupt_type = 0; in thc_interrupt_handler() local885 interrupt_type |= BIT(THC_NONDMA_INT); in thc_interrupt_handler()887 return interrupt_type; in thc_interrupt_handler()899 interrupt_type |= BIT(THC_TXN_ERR_INT); in thc_interrupt_handler()901 return interrupt_type; in thc_interrupt_handler()921 interrupt_type |= BIT(THC_TXN_ERR_INT); in thc_interrupt_handler()923 return interrupt_type; in thc_interrupt_handler()932 interrupt_type |= BIT(THC_FATAL_ERR_INT); in thc_interrupt_handler()934 return interrupt_type; in thc_interrupt_handler()945 interrupt_type |= BIT(THC_PIO_DONE_INT); in thc_interrupt_handler()[all …]
38 u8 interrupt_type; member
337 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()408 if (i->interrupt_type != IRT_VECTORED_INTR) { in irt_find_irqline()409 …ULE_NAME ":find_irqline(0x%p): skipping entry %d interrupt_type %d\n", i, cnt, i->interrupt_type); in irt_find_irqline()
107 u8 interrupt_type; member152 u8 interrupt_type; member
1492 u8 interrupt_type; member
193 u32 interrupt_type; member
494 u32 interrupt_type; /* enum hv_interrupt_type */ member
183 enum ps3_interrupt_type interrupt_type, enum ps3_reg_type reg_type) in ps3_setup_uhc_device() argument214 interrupt_type, &p->dev.interrupt_id); in ps3_setup_uhc_device()
34 intr_desc->interrupt_type = HV_X64_INTERRUPT_TYPE_FIXED; in hv_map_interrupt()