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

/freebsd-12-stable/sys/dev/gem/
H A Dif_gem.c632 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX |
635 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
637 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX, 0))
724 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX |
727 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
729 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX, 0)) {
815 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_TX |
818 GEM_BANK2_BARRIER(sc, GEM_RESET, 4,
820 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_TX, 0)) {
H A Dif_gemreg.h115 #define GEM_RESET 0x0010 /* software reset */ macro
148 /* GEM_RESET register bits -- TX and RX self clear when complete. */

Completed in 131 milliseconds