Lines Matching refs:reply
190 u8 reply; in dst_wait_dst_ready() local
194 if (dst_gpio_inb(state, &reply) < 0) { in dst_wait_dst_ready()
198 if ((reply & RDC_8820_PIO_0_ENABLE) == 0) { in dst_wait_dst_ready()
1083 u8 reply; in dst_get_device_id() local
1101 if (read_dst(state, &reply, GET_ACK)) in dst_get_device_id()
1103 if (reply != ACK) { in dst_get_device_id()
1104 dprintk(verbose, DST_INFO, 1, "Write not Acknowledged! [Reply=0x%02x]", reply); in dst_get_device_id()
1223 u8 reply; in dst_command() local
1244 if (read_dst(state, &reply, GET_ACK)) { in dst_command()
1252 if (reply != ACK) { in dst_command()
1253 dprintk(verbose, DST_INFO, 1, "write not acknowledged 0x%02x ", reply); in dst_command()
1385 u8 reply; in dst_write_tuna() local
1419 if ((read_dst(state, &reply, GET_ACK) < 0)) { in dst_write_tuna()
1423 if (reply != ACK) { in dst_write_tuna()
1424 dprintk(verbose, DST_DEBUG, 1, "write not acknowledged 0x%02x ", reply); in dst_write_tuna()