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

Function process_packet_command

src/ide.cpp:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
847 write_comm_pipe_u32 (&ide->its->requests, ide->num | 0x8000, 1);
848}
849
850static void atapi_data_done (struct ide_hdf *ide)
851{

Callers 2

ide_get_data_2Function · 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