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

  /src/sys/dev/pci/
if_tl.c 172 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
173 tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & (~bits));
180 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
181 tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) | bits);
188 return tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & bits;
610 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetCmd,
906 reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetCmd);
911 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetCmd, reg);
959 reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio);
961 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg)
    [all...]
if_tlregs.h 75 #define TL_INT_NET 0x00
76 # define TL_INT_NetCmd 0x00 /* offsets from TL_INT_NET */

Completed in 12 milliseconds