Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c1809 mode_ctl |= CSR_READ_4(sc, BGE_MODE_CTL) & in bge_chipinit()
1827 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()
3432 CSR_WRITE_4(sc, BGE_MODE_CTL, bge_dma_swap_options(sc)); in bge_reset()
4391 BGE_SETBIT(sc, BGE_MODE_CTL, BGE_MODECTL_STACKUP); in bge_init()
4731 BGE_CLRBIT(sc, BGE_MODE_CTL, BGE_MODECTL_STACKUP); in bge_stop()
H A Dif_bgereg.h1982 #define BGE_MODE_CTL 0x6800 macro