Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dide-internal.h430 bool ide_transfer_start_norecurse(IDEState *s, uint8_t *buf, int size,
H A Datapi.c288 if (!ide_transfer_start_norecurse(s, in ide_atapi_cmd_reply_end()
H A Dcore.c568 bool ide_transfer_start_norecurse(IDEState *s, uint8_t *buf, int size, in ide_transfer_start_norecurse() function
588 if (ide_transfer_start_norecurse(s, buf, size, end_transfer_func)) { in ide_transfer_start()