Searched refs:GEM_BANK1_READ_4 (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/gem/ |
| HD | if_gem.c | 290 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 …]
|
| HD | if_gemvar.h | 195 #define GEM_BANK1_READ_4(sc, offs) \ macro
|
| HD | if_gem_pci.c | 259 GEM_BANK1_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs)) in gem_pci_attach()
|