MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / ide_transfer_start

Function ide_transfer_start

tinyemu/ide.c:322–328  ·  view source on GitHub ↗

prepare data transfer and tell what to do after */

Source from the content-addressed store, hash-verified

320
321/* prepare data transfer and tell what to do after */
322static void ide_transfer_start(IDEState *s, int size,
323 EndTransferFunc *end_transfer_func)
324{
325 s->end_transfer_func = end_transfer_func;
326 s->data_index = 0;
327 s->data_end = size;
328}
329
330static void ide_transfer_stop(IDEState *s)
331{

Callers 4

ide_sector_read_cbFunction · 0.85
ide_sector_write_cb2Function · 0.85
ide_sector_writeFunction · 0.85
ide_exec_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected