Searched refs:TL_INT_NetSio (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_tl.c | 172 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, in netsio_clr() 173 tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & (~bits)); in netsio_clr() 180 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, in netsio_set() 181 tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) | bits); in netsio_set() 188 return tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio) & bits; in netsio_read() 959 reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio); in tl_i2cbb_set_bits() 961 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg); in tl_i2cbb_set_bits() 970 reg = tl_intreg_read_byte(sc, TL_INT_NET + TL_INT_NetSio); in tl_i2cbb_set_dir() 972 tl_intreg_write_byte(sc, TL_INT_NET + TL_INT_NetSio, reg); in tl_i2cbb_set_dir() 979 return tl_intreg_read_byte(cookie, TL_INT_NET + TL_INT_NetSio); in tl_i2cbb_read()
|
| D | if_tlregs.h | 77 # define TL_INT_NetSio 0x01 macro
|