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

/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c630 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX |
633 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
635 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX, 0))
722 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX |
725 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
727 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX, 0)) {
813 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_TX |
816 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
818 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_TX, 0)) {
H A Dif_gemreg.h113 #define GEM_RESET 0x0010 /* software reset */ macro
146 /* GEM_RESET register bits -- TX and RX self clear when complete. */

Completed in 57 milliseconds