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

Function ide_interrupt

src/ide.cpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358static void ide_interrupt (struct ide_hdf *ide)
359{
360 ide->regs.ide_status |= IDE_STATUS_BSY;
361 ide->regs.ide_status &= ~IDE_STATUS_DRQ;
362 ide->irq_delay = 2;
363}
364
365static void ide_fast_interrupt (struct ide_hdf *ide)
366{

Callers 11

ide_fail_errFunction · 0.85
ide_data_readyFunction · 0.85
ide_recalibrateFunction · 0.85
ide_set_multiple_modeFunction · 0.85
ide_set_featuresFunction · 0.85
do_process_rw_commandFunction · 0.85
ide_read_sectorsFunction · 0.85
ide_format_trackFunction · 0.85
ide_do_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected