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

Function reset_device

src/ide.cpp:631–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631static void reset_device (struct ide_hdf *ide, bool both, bool hard)
632{
633 set_signature (ide, hard);
634 if (both)
635 set_signature (ide->pair, hard);
636}
637
638void ide_reset_device(struct ide_hdf *ide)
639{

Callers 4

ide_reset_deviceFunction · 0.85
ide_write_regFunction · 0.85
ide_initializeFunction · 0.85

Calls 1

set_signatureFunction · 0.85

Tested by

no test coverage detected