Home
last modified time | relevance | path

Searched refs:GEM_BANK1_READ_4 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/gem/
HDif_gem.c290 v = GEM_BANK1_READ_4(sc, GEM_MIF_CONFIG); in gem_attach()
372 GEM_BANK1_READ_4(sc, GEM_RX_FIFO_SIZE); in gem_attach()
375 v = GEM_BANK1_READ_4(sc, GEM_TX_FIFO_SIZE); in gem_attach()
572 GEM_BANK1_READ_4(sc, GEM_MAC_NORM_COLL_CNT) + in gem_tick()
573 GEM_BANK1_READ_4(sc, GEM_MAC_FIRST_COLL_CNT)); in gem_tick()
574 v = GEM_BANK1_READ_4(sc, GEM_MAC_EXCESS_COLL_CNT) + in gem_tick()
575 GEM_BANK1_READ_4(sc, GEM_MAC_LATE_COLL_CNT); in gem_tick()
579 GEM_BANK1_READ_4(sc, GEM_MAC_RX_LEN_ERR_CNT) + in gem_tick()
580 GEM_BANK1_READ_4(sc, GEM_MAC_RX_ALIGN_ERR) + in gem_tick()
581 GEM_BANK1_READ_4(sc, GEM_MAC_RX_CRC_ERR_CNT) + in gem_tick()
[all …]
HDif_gemvar.h195 #define GEM_BANK1_READ_4(sc, offs) \ macro
HDif_gem_pci.c259 GEM_BANK1_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs)) in gem_pci_attach()