Searched refs:B1_OUTSTAT (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | iavc.c | 68 (iavc_read_port(sc, B1_OUTSTAT) & 0xfc)) in iavc_b1_detect() 72 b1io_outp(sc, B1_OUTSTAT, 0x02); in iavc_b1_detect() 74 (iavc_read_port(sc, B1_OUTSTAT) & 0xfe) != 2) in iavc_b1_detect() 78 b1io_outp(sc, B1_OUTSTAT, 0x00); in iavc_b1_detect() 80 (iavc_read_port(sc, B1_OUTSTAT) & 0xfe)) in iavc_b1_detect() 287 iavc_write_port(sc, B1_OUTSTAT, 0x00); in iavc_t1_reset()
|
| D | iavcreg.h | 120 #define B1_OUTSTAT 0x03 macro 131 #define T1_OUTSTAT B1_OUTSTAT 229 u_int8_t val = bus_space_read_1(sc->sc_io_bt, sc->sc_io_bh, B1_OUTSTAT); in b1io_tx_empty()
|