Home
last modified time | relevance | path

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

/freebsd/sys/dev/gem/
H A Dif_gem.c330 GEM_WRITE_4(sc, GEM_MII_CONFIG, GEM_MII_CONFIG_ENABLE); in gem_attach()
331 GEM_BARRIER(sc, GEM_MII_CONFIG, 4, in gem_attach()
1921 GEM_WRITE_4(sc, GEM_MII_CONFIG, 0); in gem_mii_writereg()
1922 GEM_BARRIER(sc, GEM_MII_CONFIG, 4, in gem_mii_writereg()
1931 GEM_WRITE_4(sc, GEM_MII_CONFIG, in gem_mii_writereg()
1933 GEM_BARRIER(sc, GEM_MII_CONFIG, 4, in gem_mii_writereg()
H A Dif_gemreg.h447 #define GEM_MII_CONFIG 0x9010 macro