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
555 data_phase see below627 data_phase See below675 3. The requested data_phase is TASKFILE_NO_DATA.693 The data_phase field describes the data transfer to be
131 int data_phase; member1894 switch (req_task->data_phase) { in exec_drive_taskfile()1995 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()