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

/freebsd-13-stable/sys/dev/gem/
H A Dif_gem.c292 v = GEM_BANK1_READ_4(sc, GEM_MIF_CONFIG);
374 GEM_BANK1_READ_4(sc, GEM_RX_FIFO_SIZE);
377 v = GEM_BANK1_READ_4(sc, GEM_TX_FIFO_SIZE);
574 GEM_BANK1_READ_4(sc, GEM_MAC_NORM_COLL_CNT) +
575 GEM_BANK1_READ_4(sc, GEM_MAC_FIRST_COLL_CNT));
576 v = GEM_BANK1_READ_4(sc, GEM_MAC_EXCESS_COLL_CNT) +
577 GEM_BANK1_READ_4(sc, GEM_MAC_LATE_COLL_CNT);
581 GEM_BANK1_READ_4(sc, GEM_MAC_RX_LEN_ERR_CNT) +
582 GEM_BANK1_READ_4(sc, GEM_MAC_RX_ALIGN_ERR) +
583 GEM_BANK1_READ_4(s
[all...]
H A Dif_gemvar.h197 #define GEM_BANK1_READ_4(sc, offs) \ macro
H A Dif_gem_pci.c263 GEM_BANK1_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs))

Completed in 92 milliseconds