Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_bnx.c646 pci_conf_write(pa->pa_pc, pa->pa_tag, BNX_PCICFG_MISC_CONFIG, in bnx_attach()
3585 pci_conf_write(pa->pa_pc, pa->pa_tag, BNX_PCICFG_MISC_CONFIG, in bnx_reset()
3591 REG_WR(sc, BNX_PCICFG_MISC_CONFIG, val); in bnx_reset()
3595 val = REG_RD(sc, BNX_PCICFG_MISC_CONFIG); in bnx_reset()
H A Dif_bnxreg.h1047 #define BNX_PCICFG_MISC_CONFIG 0x00000068 macro