Searched refs:data_phase (Results 1 – 6 of 6) sorted by relevance
697 unsigned int cmd_phase = 0, addr_phase = 0, data_phase = 0, in rnandc_exec_op() local738 if (data_phase == 0) in rnandc_exec_op()739 data_phase = 1; in rnandc_exec_op()794 switch (data_phase++) { in rnandc_exec_op()821 if (data_phase == 0) in rnandc_exec_op()822 data_phase = 1; in rnandc_exec_op()
202 data_phase see below280 data_phase See below333 3. The requested data_phase is TASKFILE_NO_DATA.353 The data_phase field describes the data transfer to be
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
116 int data_phase; member1752 switch (req_task->data_phase) { in exec_drive_taskfile()1853 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()