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

/freebsd-9.3-release/sys/dev/gem/
H A Dif_gem.c289 v = GEM_BANK1_READ_4(sc, GEM_MIF_CONFIG);
371 GEM_BANK1_READ_4(sc, GEM_RX_FIFO_SIZE);
374 v = GEM_BANK1_READ_4(sc, GEM_TX_FIFO_SIZE);
571 GEM_BANK1_READ_4(sc, GEM_MAC_NORM_COLL_CNT) +
572 GEM_BANK1_READ_4(sc, GEM_MAC_FIRST_COLL_CNT);
573 v = GEM_BANK1_READ_4(sc, GEM_MAC_EXCESS_COLL_CNT) +
574 GEM_BANK1_READ_4(sc, GEM_MAC_LATE_COLL_CNT);
578 GEM_BANK1_READ_4(sc, GEM_MAC_RX_LEN_ERR_CNT) +
579 GEM_BANK1_READ_4(sc, GEM_MAC_RX_ALIGN_ERR) +
580 GEM_BANK1_READ_4(s
[all...]
H A Dif_gemvar.h195 #define GEM_BANK1_READ_4(sc, offs) \ macro
H A Dif_gem_pci.c259 GEM_BANK1_READ_4((sc), GEM_PCI_ROM_OFFSET + (offs))

Completed in 49 milliseconds