Searched refs:GEM_BANK1_WRITE_4 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/gem/ |
| D | if_gem.c | 280 GEM_BANK1_WRITE_4(sc, GEM_MII_DATAPATH_MODE, in gem_attach() 295 GEM_BANK1_WRITE_4(sc, GEM_MIF_CONFIG, v); in gem_attach() 319 GEM_BANK1_WRITE_4(sc, GEM_MIF_CONFIG, v); in gem_attach() 344 GEM_BANK1_WRITE_4(sc, GEM_MII_DATAPATH_MODE, in gem_attach() 348 GEM_BANK1_WRITE_4(sc, GEM_MII_SLINK_CONTROL, in gem_attach() 352 GEM_BANK1_WRITE_4(sc, GEM_MII_CONFIG, GEM_MII_CONFIG_ENABLE); in gem_attach() 589 GEM_BANK1_WRITE_4(sc, GEM_MAC_NORM_COLL_CNT, 0); in gem_tick() 590 GEM_BANK1_WRITE_4(sc, GEM_MAC_FIRST_COLL_CNT, 0); in gem_tick() 591 GEM_BANK1_WRITE_4(sc, GEM_MAC_EXCESS_COLL_CNT, 0); in gem_tick() 592 GEM_BANK1_WRITE_4(sc, GEM_MAC_LATE_COLL_CNT, 0); in gem_tick() [all …]
|
| D | if_gemvar.h | 212 #define GEM_BANK1_WRITE_4(sc, offs, v) \ macro
|