Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_ioh

134 #define atppc_r_dtr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
136 #define atppc_r_str(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
138 #define atppc_r_ctr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
140 #define atppc_r_eppA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
142 #define atppc_r_eppD(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
145 (atppc)->sc_iot, (atppc)->sc_ioh, ATPPC_EPP_DATA, (buf), (count))
146 #define atppc_r_cnfgA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
148 #define atppc_r_cnfgB(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
150 #define atppc_r_ecr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
152 #define atppc_r_fifo(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
155 (atppc)->sc_iot, (atppc)->sc_ioh, ATPPC_ECP_D_FIFO, (buf), (count))
159 (atppc)->sc_ioh, ATPPC_SPP_DTR, (byte))
161 (atppc)->sc_ioh, ATPPC_SPP_STR, (byte))
163 (atppc)->sc_ioh, ATPPC_SPP_CTR, (byte))
165 (atppc)->sc_ioh, ATPPC_EPP_ADDR, (byte))
167 (atppc)->sc_ioh, ATPPC_EPP_DATA, (byte))
169 (atppc)->sc_iot, (atppc)->sc_ioh, ATPPC_EPP_DATA, (buf), (count))
171 (atppc)->sc_ioh, ATPPC_ECP_CNFGA, (byte))
173 (atppc)->sc_ioh, ATPPC_ECP_CNFGB, (byte))
175 (atppc)->sc_ioh, ATPPC_ECP_ECR, (byte))
177 (atppc)->sc_ioh, ATPPC_ECP_D_FIFO, (byte))
179 (atppc)->sc_iot, (atppc)->sc_ioh, ATPPC_ECP_D_FIFO, (buf), (count))
183 (atppc)->sc_ioh, 0, IO_LPTSIZE, BUS_SPACE_BARRIER_READ)
185 (atppc)->sc_ioh, 0, IO_LPTSIZE, BUS_SPACE_BARRIER_WRITE)
187 (atppc)->sc_ioh, 0, IO_LPTSIZE, BUS_SPACE_BARRIER_WRITE | \