Searched refs:tl_intreg_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_tl.c | 123 static uint32_t tl_intreg_read(tl_softc_t *, uint32_t); 370 tl_intreg_read(sc, TL_INT_Defaults)); in tl_pci_attach() 491 printf(" reg %x: %x\n", i, tl_intreg_read(sc, i)); in tl_reset() 625 printf(" reg %x: %x\n", i, tl_intreg_read(sc, i)); in tl_init() 766 tl_intreg_read(tl_softc_t *sc, uint32_t reg) in tl_intreg_read() function 1499 reg = tl_intreg_read(sc, TL_INT_STATS_TX); in tl_read_stats() 1503 reg = tl_intreg_read(sc, TL_INT_STATS_RX); in tl_read_stats() 1506 reg = tl_intreg_read(sc, TL_INT_STATS_FERR); in tl_read_stats() 1511 reg = tl_intreg_read(sc, TL_INT_STATS_COLL); in tl_read_stats() 1515 reg = tl_intreg_read(sc, TL_INT_LERR); in tl_read_stats()
|