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]);
|