Searched refs:GEM_RESET (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/gem/ |
| HD | if_gem.c | 630 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX | in gem_reset() 633 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset() 635 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX, 0)) in gem_reset() 722 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | in gem_reset_rx() 725 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset_rx() 727 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX, 0)) { in gem_reset_rx() 813 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_TX | in gem_reset_tx() 816 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset_tx() 818 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_TX, 0)) { in gem_reset_tx()
|
| HD | if_gemreg.h | 113 #define GEM_RESET 0x0010 /* software reset */ macro
|