sys/dev/pci/if_tl.c
123
static uint32_t tl_intreg_read(tl_softc_t *, uint32_t);
sys/dev/pci/if_tl.c
1499
reg = tl_intreg_read(sc, TL_INT_STATS_TX);
sys/dev/pci/if_tl.c
1503
reg = tl_intreg_read(sc, TL_INT_STATS_RX);
sys/dev/pci/if_tl.c
1506
reg = tl_intreg_read(sc, TL_INT_STATS_FERR);
sys/dev/pci/if_tl.c
1511
reg = tl_intreg_read(sc, TL_INT_STATS_COLL);
sys/dev/pci/if_tl.c
1515
reg = tl_intreg_read(sc, TL_INT_LERR);
sys/dev/pci/if_tl.c
370
tl_intreg_read(sc, TL_INT_Defaults));
sys/dev/pci/if_tl.c
491
printf(" reg %x: %x\n", i, tl_intreg_read(sc, i));
sys/dev/pci/if_tl.c
625
printf(" reg %x: %x\n", i, tl_intreg_read(sc, i));