Home
last modified time | relevance | path

Searched refs:BGE_STATS_BLOCK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_bge.c506 off >= BGE_STATS_BLOCK && off < BGE_SEND_RING_1_TO_4) in bge_readmem_ind()
521 off >= BGE_STATS_BLOCK && off < BGE_SEND_RING_1_TO_4) in bge_writemem_ind()
1697 for (i = BGE_STATS_BLOCK; in bge_chipinit()
2265 CSR_WRITE_4(sc, BGE_HCC_STATS_BASEADDR, BGE_STATS_BLOCK); in bge_blockinit()
3933 bus_size_t stats = BGE_MEMWIN_START + BGE_STATS_BLOCK; in bge_stats_update()
H A Dif_bgereg.h72 #define BGE_STATS_BLOCK 0x00000300 macro