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()
1085 u8 reply; in dst_get_device_id() local
1103 if (read_dst(state, &reply, GET_ACK)) in dst_get_device_id()
1105 if (reply != ACK) { in dst_get_device_id()
1106 dprintk(verbose, DST_INFO, 1, "Write not Acknowledged! [Reply=0x%02x]", reply); in dst_get_device_id()
1225 u8 reply; in dst_command() local
1246 if (read_dst(state, &reply, GET_ACK)) { in dst_command()
1254 if (reply != ACK) { in dst_command()
1255 dprintk(verbose, DST_INFO, 1, "write not acknowledged 0x%02x ", reply); in dst_command()
1388 u8 reply; in dst_write_tuna() local
1422 if ((read_dst(state, &reply, GET_ACK) < 0)) { in dst_write_tuna()
1426 if (reply != ACK) { in dst_write_tuna()
1427 dprintk(verbose, DST_DEBUG, 1, "write not acknowledged 0x%02x ", reply); in dst_write_tuna()