OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tl_intreg_write_byte
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_tl.c
126
static void
tl_intreg_write_byte
(tl_softc_t *, uint32_t, uint8_t);
172
tl_intreg_write_byte
(sc, TL_INT_NET + TL_INT_NetSio,
180
tl_intreg_write_byte
(sc, TL_INT_NET + TL_INT_NetSio,
610
tl_intreg_write_byte
(sc, TL_INT_NET + TL_INT_NetCmd,
613
tl_intreg_write_byte
(sc, TL_INT_MISC + TL_MISC_MaxRxL, MCLBYTES & 0xff);
614
tl_intreg_write_byte
(sc, TL_INT_MISC + TL_MISC_MaxRxH,
619
tl_intreg_write_byte
(sc, TL_INT_Areg0 + i , sc->tl_enaddr[i]);
791
tl_intreg_write_byte
(tl_softc_t *sc, uint32_t reg, uint8_t val)
function
911
tl_intreg_write_byte
(sc, TL_INT_NET + TL_INT_NetCmd, reg);
961
tl_intreg_write_byte
(sc, TL_INT_NET + TL_INT_NetSio, reg)
[
all
...]
Completed in 16 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026