Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bce/
H A Dif_bce.c1184 pci_write_config(dev, BCE_PCICFG_MISC_CONFIG, in bce_attach()
5035 pci_write_config(sc->bce_dev, BCE_PCICFG_MISC_CONFIG, val, 4); in bce_reset()
5040 REG_WR(sc, BCE_PCICFG_MISC_CONFIG, val); in bce_reset()
5044 val = REG_RD(sc, BCE_PCICFG_MISC_CONFIG); in bce_reset()
H A Dif_bcereg.h1530 #define BCE_PCICFG_MISC_CONFIG 0x00000068 macro