Searched refs:intctl (Results 1 – 4 of 4) sorted by relevance
2728 uint8_t intctl; in vge_intr_holdoff() local2750 intctl = CSR_READ_1(sc, VGE_INTCTL1); in vge_intr_holdoff()2751 intctl &= ~VGE_INTCTL_SC_RELOAD; in vge_intr_holdoff()2752 intctl |= VGE_INTCTL_HC_RELOAD; in vge_intr_holdoff()2754 intctl |= VGE_INTCTL_TXINTSUP_DISABLE; in vge_intr_holdoff()2756 intctl &= ~VGE_INTCTL_TXINTSUP_DISABLE; in vge_intr_holdoff()2758 intctl |= VGE_INTCTL_RXINTSUP_DISABLE; in vge_intr_holdoff()2760 intctl &= ~VGE_INTCTL_RXINTSUP_DISABLE; in vge_intr_holdoff()2761 CSR_WRITE_1(sc, VGE_INTCTL1, intctl); in vge_intr_holdoff()
365 uint32_t intctl = hda_get_reg_by_offset(sc, HDAC_INTCTL); in hda_update_intr() local398 if ((intctl & HDAC_INTCTL_GIE) && ((intsts & \ in hda_update_intr()399 ~HDAC_INTSTS_GIS) & intctl)) { in hda_update_intr()
318 u_int intctl:2; /* Interrupt Control */ member
460 dtep->intctl = AMDIOMMU_DTE_INTCTL_MAP; in dte_entry_init_one()