Home
last modified time | relevance | path

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

/src/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()
6888 REG_RD(sc, BCE_PCICFG_INT_ACK_CMD); in bce_disable_intr()
6904 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, in bce_enable_intr()
6908 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, in bce_enable_intr()
7798 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, in bce_intr()
H A Dif_bcereg.h1543 #define BCE_PCICFG_INT_ACK_CMD 0x00000084 macro