Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bge.c1734 uint32_t dma_rw_ctl, misc_ctl, mode_ctl; in bge_chipinit() local
1866 mode_ctl = bge_dma_swap_options(sc); in bge_chipinit()
1870 mode_ctl |= CSR_READ_4(sc, BGE_MODE_CTL) & in bge_chipinit()
1875 mode_ctl |= BGE_MODECTL_MAC_ATTN_INTR | BGE_MODECTL_HOST_SEND_BDS | in bge_chipinit()
1886 mode_ctl |= BGE_MODECTL_FORCE_PCI32; in bge_chipinit()
1892 mode_ctl |= BGE_MODECTL_STACKUP; in bge_chipinit()
1894 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()