Searched refs:GEM_TX_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/gem/ |
| H A D | if_gemreg.h | 123 #define GEM_TX_CONFIG 0x2004 macro
|
| H A D | if_gem.c | 775 GEM_WRITE_4(sc, GEM_TX_CONFIG, 0); in gem_reset_tx() 776 GEM_BARRIER(sc, GEM_TX_CONFIG, 4, in gem_reset_tx() 778 if (!gem_bitwait(sc, GEM_TX_CONFIG, GEM_TX_CONFIG_TXDMA_EN, 0)) in gem_reset_tx() 1009 GEM_WRITE_4(sc, GEM_TX_CONFIG, v | GEM_TX_CONFIG_TXDMA_EN); in gem_init_locked() 1785 __func__, GEM_READ_4(sc, GEM_TX_CONFIG), in gem_watchdog()
|