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

/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c1776 uint32_t dma_rw_ctl, misc_ctl, mode_ctl; local
1908 mode_ctl = bge_dma_swap_options(sc);
1912 mode_ctl |= CSR_READ_4(sc, BGE_MODE_CTL) &
1917 mode_ctl |= BGE_MODECTL_MAC_ATTN_INTR | BGE_MODECTL_HOST_SEND_BDS |
1928 mode_ctl |= BGE_MODECTL_FORCE_PCI32;
1934 mode_ctl |= BGE_MODECTL_STACKUP;
1936 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl);

Completed in 26 milliseconds