| 848 | } |
| 849 | |
| 850 | static void atapi_data_done (struct ide_hdf *ide) |
| 851 | { |
| 852 | ide->regs.ide_nsector = ATAPI_IO | ATAPI_CD; |
| 853 | ide->regs.ide_status = IDE_STATUS_DRDY; |
| 854 | ide->data_size = 0; |
| 855 | ide->packet_data_offset = 0; |
| 856 | ide->data_offset = 0; |
| 857 | } |
| 858 | |
| 859 | static bool atapi_set_size (struct ide_hdf *ide) |
| 860 | { |
no outgoing calls
no test coverage detected