MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ide_fast_interrupt

Function ide_fast_interrupt

src/ide.cpp:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static void ide_fast_interrupt (struct ide_hdf *ide)
366{
367 ide->regs.ide_status |= IDE_STATUS_BSY;
368 ide->regs.ide_status &= ~IDE_STATUS_DRQ;
369 ide->irq_delay = 1;
370}
371
372static bool ide_interrupt_do (struct ide_hdf *ide)
373{

Callers 3

do_process_rw_commandFunction · 0.85
ide_get_data_2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected