Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bce/
Dif_bce.c7020 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_disable_intr()
7040 BCE_PCICFG_INT_ACK_CMD_MASK_INT | sc->last_status_idx); in bce_enable_intr()
7946 BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_intr()
Dif_bcereg.h1634 #define BCE_PCICFG_INT_ACK_CMD_MASK_INT (1L<<18) macro