Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c6887 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_disable_intr()
6906 BCE_PCICFG_INT_ACK_CMD_MASK_INT | sc->last_status_idx); in bce_enable_intr()
7800 BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_intr()
H A Dif_bcereg.h1547 #define BCE_PCICFG_INT_ACK_CMD_MASK_INT (1L<<18) macro