Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bnx.c3420 REG_WR(sc, BNX_PCICFG_INT_ACK_CMD, BNX_PCICFG_INT_ACK_CMD_MASK_INT); in bnx_chipinit()
4595 REG_WR(sc, BNX_PCICFG_INT_ACK_CMD, BNX_PCICFG_INT_ACK_CMD_MASK_INT); in bnx_disable_intr()
4611 BNX_PCICFG_INT_ACK_CMD_MASK_INT | sc->last_status_idx); in bnx_enable_intr()
H A Dif_bnxreg.h1120 #define BNX_PCICFG_INT_ACK_CMD_MASK_INT (1L<<18) macro