Home
last modified time | relevance | path

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

/trueos/sys/dev/gem/
HDif_gem.c629 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX | in gem_reset()
632 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset()
634 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX | GEM_RESET_TX, 0)) in gem_reset()
721 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_RX | in gem_reset_rx()
724 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset_rx()
726 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_RX, 0)) { in gem_reset_rx()
812 GEM_BANK2_WRITE_4(sc, GEM_RESET, GEM_RESET_TX | in gem_reset_tx()
815 GEM_BANK2_BARRIER(sc, GEM_RESET, 4, in gem_reset_tx()
817 if (!GEM_BANK2_BITWAIT(sc, GEM_RESET, GEM_RESET_TX, 0)) { in gem_reset_tx()
HDif_gemreg.h113 #define GEM_RESET 0x0010 /* software reset */ macro