Lines Matching refs:byte
102 /* Byte mode signals */
158 #define atppc_w_dtr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
159 (atppc)->sc_ioh, ATPPC_SPP_DTR, (byte))
160 #define atppc_w_str(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
161 (atppc)->sc_ioh, ATPPC_SPP_STR, (byte))
162 #define atppc_w_ctr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
163 (atppc)->sc_ioh, ATPPC_SPP_CTR, (byte))
164 #define atppc_w_eppA(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
165 (atppc)->sc_ioh, ATPPC_EPP_ADDR, (byte))
166 #define atppc_w_eppD(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
167 (atppc)->sc_ioh, ATPPC_EPP_DATA, (byte))
170 #define atppc_w_cnfgA(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
171 (atppc)->sc_ioh, ATPPC_ECP_CNFGA, (byte))
172 #define atppc_w_cnfgB(atppc, byte) bus_space_read_1((atppc)->sc_iot, \
173 (atppc)->sc_ioh, ATPPC_ECP_CNFGB, (byte))
174 #define atppc_w_ecr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
175 (atppc)->sc_ioh, ATPPC_ECP_ECR, (byte))
176 #define atppc_w_fifo(atppc, byte) bus_space_write_1((atppc)->sc_iot, \
177 (atppc)->sc_ioh, ATPPC_ECP_D_FIFO, (byte))