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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Datppcreg.h40 #define ATPPC_SPP_CTR 2 /* SPP control register */ macro
139 ATPPC_SPP_CTR)
163 (atppc)->sc_ioh, ATPPC_SPP_CTR, (byte))
H A Datppc.c305 ctr_sav = bus_space_read_1(iot, ioh, ATPPC_SPP_CTR);
314 bus_space_write_1(iot, ioh, ATPPC_SPP_CTR, 0x0c);
318 if (bus_space_read_1(iot, ioh, ATPPC_SPP_CTR) != 0x0c) {
351 bus_space_write_1(iot, ioh, ATPPC_SPP_CTR, ctr_sav);

Completed in 103 milliseconds