Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vge/
Dif_vge.c2735 uint8_t intctl; in vge_intr_holdoff() local
2757 intctl = CSR_READ_1(sc, VGE_INTCTL1); in vge_intr_holdoff()
2758 intctl &= ~VGE_INTCTL_SC_RELOAD; in vge_intr_holdoff()
2759 intctl |= VGE_INTCTL_HC_RELOAD; in vge_intr_holdoff()
2761 intctl |= VGE_INTCTL_TXINTSUP_DISABLE; in vge_intr_holdoff()
2763 intctl &= ~VGE_INTCTL_TXINTSUP_DISABLE; in vge_intr_holdoff()
2765 intctl |= VGE_INTCTL_RXINTSUP_DISABLE; in vge_intr_holdoff()
2767 intctl &= ~VGE_INTCTL_RXINTSUP_DISABLE; in vge_intr_holdoff()
2768 CSR_WRITE_1(sc, VGE_INTCTL1, intctl); in vge_intr_holdoff()
/freebsd-12-stable/sys/mips/include/
Dcpufunc.h298 MIPS_RW32_COP0_SEL(intctl, MIPS_COP_0_INTCTL, 1);