Home
last modified time | relevance | path

Searched refs:ITC_DATA (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/isa/
Dit.c93 cr = bus_space_read_1(iot, ioh, ITC_DATA); in it_match()
159 return (bus_space_read_1(sc->it_iot, sc->it_ioh, ITC_DATA)); in it_readreg()
166 bus_space_write_1(sc->it_iot, sc->it_ioh, ITC_DATA, val); in it_writereg()
Ditvar.h39 #define ITC_DATA 0x06 macro