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

Function process_rw_command

src/ide.cpp:839–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839static void process_rw_command (struct ide_hdf *ide)
840{
841 setbsy (ide);
842 write_comm_pipe_u32 (&ide->its->requests, ide->num, 1);
843}
844static void process_packet_command (struct ide_hdf *ide)
845{
846 setbsy (ide);

Callers 2

ide_read_sectorsFunction · 0.85
ide_put_data_2Function · 0.85

Calls 2

setbsyFunction · 0.85
write_comm_pipe_u32Function · 0.85

Tested by

no test coverage detected