Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_bnx.c3500 REG_WR(sc, BNX_MISC_ENABLE_CLR_BITS, 0x5ffffff); in bnx_stop()
3501 REG_RD(sc, BNX_MISC_ENABLE_CLR_BITS); in bnx_stop()
3539 REG_WR(sc, BNX_MISC_ENABLE_CLR_BITS, in bnx_reset()
3544 val = REG_RD(sc, BNX_MISC_ENABLE_CLR_BITS); in bnx_reset()
H A Dif_bnxreg.h1408 #define BNX_MISC_ENABLE_CLR_BITS 0x00000814 macro