Home
last modified time | relevance | path

Searched refs:intctl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/vge/
H A Dif_vge.c2728 uint8_t intctl; in vge_intr_holdoff() local
2750 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()
/freebsd/usr.sbin/bhyve/
H A Dpci_hda.c365 uint32_t intctl = hda_get_reg_by_offset(sc, HDAC_INTCTL); in hda_update_intr() local
398 if ((intctl & HDAC_INTCTL_GIE) && ((intsts & \ in hda_update_intr()
399 ~HDAC_INTSTS_GIS) & intctl)) { in hda_update_intr()
/freebsd/sys/x86/iommu/
H A Damd_reg.h318 u_int intctl:2; /* Interrupt Control */ member
H A Damd_ctx.c460 dtep->intctl = AMDIOMMU_DTE_INTCTL_MAP; in dte_entry_init_one()