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

  /src/sys/dev/pci/
if_tlregs.h 77 # define TL_INT_NetSio 0x01
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;
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);
970 reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio);
972 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg);
979 return tl_intreg_read_byte(cookie, TL_INT_NET + TL_INT_NetSio);
    [all...]

Completed in 16 milliseconds