Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/tl/
H A Dif_tl.c314 static void tl_dio_write32 (struct tl_softc *, int, int);
397 tl_dio_write32(struct tl_softc *sc, int reg, int val) in tl_dio_write32() function
897 tl_dio_write32(sc, TL_HASH1, 0); in tl_setmulti()
898 tl_dio_write32(sc, TL_HASH2, 0); in tl_setmulti()
930 tl_dio_write32(sc, TL_HASH1, hashes[0]); in tl_setmulti()
931 tl_dio_write32(sc, TL_HASH2, hashes[1]); in tl_setmulti()
985 tl_dio_write32(sc, TL_AREG0_B5, 0x00000000); in tl_softreset()