Home
last modified time | relevance | path

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

/src/sys/dev/gem/
H A Dif_gem.c267 GEM_WRITE_4(sc, GEM_MII_DATAPATH_MODE, GEM_MII_DATAPATH_MII); in gem_attach()
280 GEM_WRITE_4(sc, GEM_MIF_CONFIG, v); in gem_attach()
296 GEM_WRITE_4(sc, GEM_MIF_CONFIG, v); in gem_attach()
320 GEM_WRITE_4(sc, GEM_MII_DATAPATH_MODE, in gem_attach()
324 GEM_WRITE_4(sc, GEM_MII_SLINK_CONTROL, in gem_attach()
328 GEM_WRITE_4(sc, GEM_MII_CONFIG, GEM_MII_CONFIG_ENABLE); in gem_attach()
565 GEM_WRITE_4(sc, GEM_MAC_NORM_COLL_CNT, 0); in gem_tick()
566 GEM_WRITE_4(sc, GEM_MAC_FIRST_COLL_CNT, 0); in gem_tick()
567 GEM_WRITE_4(sc, GEM_MAC_EXCESS_COLL_CNT, 0); in gem_tick()
568 GEM_WRITE_4(sc, GEM_MAC_LATE_COLL_CNT, 0); in gem_tick()
[all …]
H A Dif_gemvar.h203 #define GEM_WRITE_4(sc, offs, v) \ macro
209 #define GEM_WRITE_4(sc, offs, v) \ macro