sys/dev/pci/if_tl.c
1191
tl_intreg_write_byte(sc, TL_INT_NET+TL_INT_NetSts,
sys/dev/pci/if_tl.c
126
static void tl_intreg_write_byte(tl_softc_t *, uint32_t, uint8_t);
sys/dev/pci/if_tl.c
172
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
sys/dev/pci/if_tl.c
180
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
sys/dev/pci/if_tl.c
610
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetCmd,
sys/dev/pci/if_tl.c
613
tl_intreg_write_byte(sc, TL_INT_MISC + TL_MISC_MaxRxL, MCLBYTES & 0xff);
sys/dev/pci/if_tl.c
614
tl_intreg_write_byte(sc, TL_INT_MISC + TL_MISC_MaxRxH,
sys/dev/pci/if_tl.c
619
tl_intreg_write_byte(sc, TL_INT_Areg0 + i , sc->tl_enaddr[i]);
sys/dev/pci/if_tl.c
911
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetCmd, reg);
sys/dev/pci/if_tl.c
961
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg);
sys/dev/pci/if_tl.c
972
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg);