Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bge.c2286 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL); in bge_chipinit()
2299 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()
2305 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL); in bge_chipinit()
2309 CSR_WRITE_4(sc, BGE_MODE_CTL, in bge_chipinit()
2319 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()
2327 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL); in bge_chipinit()
2331 CSR_WRITE_4(sc, BGE_MODE_CTL, in bge_chipinit()
2342 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()
2452 mode_ctl |= CSR_READ_4(sc, BGE_MODE_CTL) & in bge_chipinit()
2476 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()
[all …]
H A Dif_bgereg.h1870 #define BGE_MODE_CTL 0x6800 macro