Searched refs:data_phase (Results 1 – 6 of 6) sorted by relevance
565 if (req_task->data_phase == TASKFILE_IN_DMAQ || in ide_taskfile_ioctl()566 req_task->data_phase == TASKFILE_IN_DMA) in ide_taskfile_ioctl()572 switch (req_task->data_phase) { in ide_taskfile_ioctl()
65 int data_phase; member
406 uint8_t data_phase; /* Data-In or Data-Out */ member439 uint8_t data_phase; /* Data-In or Data-Out */ member
400 uint8_t data_phase; /* Data-In or Data-Out */ member
708 data_phase see below786 data_phase See below839 3. The requested data_phase is TASKFILE_NO_DATA.859 The data_phase field describes the data transfer to be
122 int data_phase; member1764 switch (req_task->data_phase) { in exec_drive_taskfile()1865 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()