Searched refs:NTWOC_PCR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dif_ntwoc_isa.c169 pcr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR);
171 bus_space_write_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR, pcr);
183 pcr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR);
185 bus_space_write_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR, pcr);
268 bus_space_write_1(iot, ioh, NTWOC_PCR, 0);
276 (void)bus_space_read_1(iot, ioh, NTWOC_PCR);
288 bus_space_write_1(iot, ioh, NTWOC_PCR,
289 NTWOC_PCR_SCARUN | bus_space_read_1(iot, ioh, NTWOC_PCR));
367 bus_space_write_1(iot, ioh, NTWOC_PCR, 0);
472 bus_space_write_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR,
[all...]
H A Dif_ntwoc_isareg.h88 #define NTWOC_PCR 0x00 /* RW, PC Control Register */ macro

Completed in 154 milliseconds