sys/dev/pci/if_tl.c
1187
tl_intreg_read_byte(sc, TL_INT_NET+TL_INT_NetSts);
sys/dev/pci/if_tl.c
1191
tl_intreg_write_byte(sc, TL_INT_NET+TL_INT_NetSts,
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
610
tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetCmd,
sys/dev/pci/if_tl.c
906
reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetCmd);
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
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);