HomeSort by: relevance | last modified time | path
    Searched defs:tl_intreg_write (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tl.c 124 static void tl_intreg_write(tl_softc_t *, uint32_t, uint32_t);
487 tl_intreg_write(sc, i, 0);
494 tl_intreg_write(sc, TL_INT_NetConfig,
783 tl_intreg_write(tl_softc_t *sc, uint32_t reg, uint32_t val) function in typeref:typename:void
1579 tl_intreg_write(sc, TL_INT_HASH1, hash[0]);
1580 tl_intreg_write(sc, TL_INT_HASH2, hash[1]);
if_tl.c 124 static void tl_intreg_write(tl_softc_t *, uint32_t, uint32_t);
487 tl_intreg_write(sc, i, 0);
494 tl_intreg_write(sc, TL_INT_NetConfig,
783 tl_intreg_write(tl_softc_t *sc, uint32_t reg, uint32_t val) function in typeref:typename:void
1579 tl_intreg_write(sc, TL_INT_HASH1, hash[0]);
1580 tl_intreg_write(sc, TL_INT_HASH2, hash[1]);

Completed in 26 milliseconds