Lines Matching refs:floppy_send

79 static void floppy_send(uint8_t byte)  in floppy_send()  function
106 floppy_send(CMD_SENSE_INT); in ack_irq()
133 floppy_send(cmd); in send_read_command()
134 floppy_send(head << 2 | drive); in send_read_command()
136 floppy_send(cyl); in send_read_command()
137 floppy_send(head); in send_read_command()
138 floppy_send(sect_addr); in send_read_command()
139 floppy_send(sect_size); in send_read_command()
140 floppy_send(eot); in send_read_command()
141 floppy_send(gap); in send_read_command()
142 floppy_send(gpl); in send_read_command()
189 floppy_send(CMD_READ); in send_read_no_dma_command()
190 floppy_send(head << 2 | drive); in send_read_no_dma_command()
192 floppy_send(cyl); in send_read_no_dma_command()
193 floppy_send(head); in send_read_no_dma_command()
194 floppy_send(sect_addr); in send_read_no_dma_command()
195 floppy_send(sect_size); in send_read_no_dma_command()
196 floppy_send(eot); in send_read_no_dma_command()
197 floppy_send(gap); in send_read_no_dma_command()
198 floppy_send(gpl); in send_read_no_dma_command()
252 floppy_send(CMD_SEEK); in send_seek()
253 floppy_send(head << 2 | drive); in send_seek()
255 floppy_send(cyl); in send_seek()
365 floppy_send(CMD_SENSE_INT); in test_sense_interrupt()
369 floppy_send(CMD_SEEK); in test_sense_interrupt()
370 floppy_send(head << 2 | drive); in test_sense_interrupt()
372 floppy_send(cyl); in test_sense_interrupt()
374 floppy_send(CMD_SENSE_INT); in test_sense_interrupt()
391 floppy_send(CMD_RELATIVE_SEEK_IN); in test_relative_seek()
392 floppy_send(head << 2 | drive); in test_relative_seek()
394 floppy_send(cyl); in test_relative_seek()
400 floppy_send(CMD_RELATIVE_SEEK_OUT); in test_relative_seek()
401 floppy_send(head << 2 | drive); in test_relative_seek()
403 floppy_send(cyl); in test_relative_seek()
420 floppy_send(CMD_READ_ID); in test_read_id()
422 floppy_send(head << 2 | drive); in test_read_id()
456 floppy_send(CMD_SEEK); in test_read_id()
457 floppy_send(head << 2 | drive); in test_read_id()
459 floppy_send(cyl); in test_read_id()
463 floppy_send(CMD_READ_ID); in test_read_id()
465 floppy_send(head << 2 | drive); in test_read_id()