Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bge/
HDif_bge.c1787 uint32_t dma_rw_ctl, misc_ctl, mode_ctl; in bge_chipinit() local
1919 mode_ctl = bge_dma_swap_options(sc); in bge_chipinit()
1923 mode_ctl |= CSR_READ_4(sc, BGE_MODE_CTL) & in bge_chipinit()
1928 mode_ctl |= BGE_MODECTL_MAC_ATTN_INTR | BGE_MODECTL_HOST_SEND_BDS | in bge_chipinit()
1939 mode_ctl |= BGE_MODECTL_FORCE_PCI32; in bge_chipinit()
1945 mode_ctl |= BGE_MODECTL_STACKUP; in bge_chipinit()
1947 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl); in bge_chipinit()