Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Datppc.c382 u_int8_t str_sav = atppc_r_str(atppc); in atppc_detect_generic()
478 str_sav = atppc_r_str(atppc); in atppc_detect_fifo()
619 atppc->sc_str_intr = atppc_r_str(atppc); in atppcintr()
745 error = !(atppc_r_str(atppc) & TIMEOUT); in atppc_check_epp_timeout()
766 r = atppc_r_str(atppc); in atppc_reset_epp_timeout()
1268 cc = atppc_r_str(atppc); in atppc_exec_microseq()
1277 cc = atppc_r_str(atppc); in atppc_exec_microseq()
1286 cc = atppc_r_str(atppc); in atppc_exec_microseq()
1411 val = (atppc_r_str(atppc)); in atppc_io()
1632 str = atppc_r_str(atppc); in atppc_nibble_read()
[all …]
Datppcreg.h136 #define atppc_r_str(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ macro