Home
last modified time | relevance | path

Searched refs:floppy_send (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dfdc-test.c79 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()
[all …]