Searched refs:GEM_READ_4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 277 v = GEM_READ_4(sc, GEM_MIF_CONFIG); in gem_attach() 350 GEM_READ_4(sc, GEM_RX_FIFO_SIZE); in gem_attach() 353 v = GEM_READ_4(sc, GEM_TX_FIFO_SIZE); in gem_attach() 550 GEM_READ_4(sc, GEM_MAC_NORM_COLL_CNT) + in gem_tick() 551 GEM_READ_4(sc, GEM_MAC_FIRST_COLL_CNT)); in gem_tick() 552 v = GEM_READ_4(sc, GEM_MAC_EXCESS_COLL_CNT) + in gem_tick() 553 GEM_READ_4(sc, GEM_MAC_LATE_COLL_CNT); in gem_tick() 557 GEM_READ_4(sc, GEM_MAC_RX_LEN_ERR_CNT) + in gem_tick() 558 GEM_READ_4(sc, GEM_MAC_RX_ALIGN_ERR) + in gem_tick() 559 GEM_READ_4(sc, GEM_MAC_RX_CRC_ERR_CNT) + in gem_tick() [all …]
|
H A D | if_gem_pci.c | 180 if ((GEM_READ_4(sc, GEM_PCI_BIF_CONFIG) & GEM_PCI_BIF_CNF_M66EN) != 0) in gem_pci_attach() 228 GEM_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs)) in gem_pci_attach()
|
H A D | if_gemvar.h | 188 #define GEM_READ_4(sc, offs) \ macro 194 #define GEM_READ_4(sc, offs) \ macro
|