sys/dev/pci/if_tl.c
172
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
sys/dev/pci/if_tl.c
173
tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & (~bits));
sys/dev/pci/if_tl.c
180
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio,
sys/dev/pci/if_tl.c
181
tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) | bits);
sys/dev/pci/if_tl.c
188
return tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & bits;
sys/dev/pci/if_tl.c
959
reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio);
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
970
reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio);
sys/dev/pci/if_tl.c
972
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg);
sys/dev/pci/if_tl.c
979
return tl_intreg_read_byte(cookie, TL_INT_NET + TL_INT_NetSio);