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

/freebsd-12-stable/sys/dev/gem/
H A Dif_gemreg.h150 #define GEM_RESET_RX 0x00000002 /* Reset RX half. */ macro
H A Dif_gem.c632 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX |
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 |
729 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX, 0)) {

Completed in 102 milliseconds