Searched refs:active_tc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dinitio.c1143 struct target_control *active_tc; local
1183 active_tc = &host->targets[scb->target];
1186 active_tc->drv_flags |= TCF_DRV_EN_TAG;
1188 active_tc->drv_flags &= ~TCF_DRV_EN_TAG;
1190 outb(active_tc->js_period, host->addr + TUL_SPeriod);
1191 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */
1194 if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation */
1294 struct target_control *active_tc = host->active_tc; local
1303 outb(active_tc
1349 struct target_control *active_tc = host->active_tc; local
1378 struct target_control *active_tc = host->active_tc; local
1729 struct target_control *active_tc = host->active_tc; local
1753 struct target_control *active_tc = host->active_tc; local
1899 struct target_control *active_tc; local
2050 struct target_control *active_tc; local
2279 struct target_control *active_tc; local
2356 struct target_control *active_tc = host->active_tc; local
[all...]
H A Dinitio.h500 struct target_control *active_tc; /* 34 */ member in struct:initio_host

Completed in 120 milliseconds