Searched refs:DEPCA_RDP (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddepcareg.h73 #define DEPCA_RDP 0x4 macro
H A Ddepca.c144 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RDP, val);
153 return (bus_space_read_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RDP));
/netbsd-current/sys/dev/isa/
H A Ddepca_isa.c161 bus_space_write_2(iot, ioh, DEPCA_RDP, LE_C0_STOP);
165 if (bus_space_read_2(iot, ioh, DEPCA_RDP) != LE_C0_STOP)
169 bus_space_write_2(iot, ioh, DEPCA_RDP, LE_C3_ACON);

Completed in 173 milliseconds