Searched refs:taskFile (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp123 ata_task_file taskFile; local
124 taskFile.chs.sector_count = 0x5a;
125 taskFile.chs.sector_number = 0xa5;
126 if (_WriteRegs(&taskFile, ATA_MASK_SECTOR_COUNT
131 if (_ReadRegs(&taskFile, ATA_MASK_SECTOR_COUNT
136 bool present = (taskFile.chs.sector_count == 0x5a &&
137 taskFile.chs.sector_number == 0xa5);
199 ata_task_file taskFile; local
200 if (_ReadRegs(&taskFile, ATA_MASK_LBA_MID | ATA_MASK_LBA_HIGH
207 if ((i == 0) && (taskFile
374 ata_task_file taskFile; local
645 ata_task_file *taskFile = request->Device()->TaskFile(); local
831 _ReadRegs(ata_task_file *taskFile, ata_reg_mask mask) argument
838 _WriteRegs(ata_task_file *taskFile, ata_reg_mask mask) argument
847 ata_task_file taskFile; local
[all...]
H A DATAPrivate.h122 status_t _ReadRegs(ata_task_file *taskFile,
124 status_t _WriteRegs(ata_task_file *taskFile,
/haiku/src/add-ons/kernel/busses/ata/it8211/
H A Dit8211.c30 it8211_write_command_block_regs(void *channelCookie, ata_task_file *taskFile, argument
34 (ata_adapter_channel_info *)channelCookie, taskFile, registerMask);
39 it8211_read_command_block_regs(void *channelCookie, ata_task_file *taskFile, argument
43 (ata_adapter_channel_info *)channelCookie, taskFile, registerMask);

Completed in 77 milliseconds