Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_bnx.c3267 REG_WR(sc, BNX_MISC_ENABLE_CLR_BITS, 0x5ffffff); in bnx_stop()
3268 REG_RD(sc, BNX_MISC_ENABLE_CLR_BITS); in bnx_stop()
3319 REG_WR(sc, BNX_MISC_ENABLE_CLR_BITS, in bnx_reset()
3324 val = REG_RD(sc, BNX_MISC_ENABLE_CLR_BITS); in bnx_reset()
Dif_bnxreg.h1418 #define BNX_MISC_ENABLE_CLR_BITS 0x00000814 macro