Lines Matching defs:target
193 struct NVRamTarget target[DC395x_MAX_SCSI_ID];
667 eeprom->target[id].cfg0 =
671 eeprom->target[id].period =
984 dprintkl(KERN_INFO, "queue_command: Ignore target <%02i-%i>\n",
1067 "signals=0x%02x irqstat=0x%02x sync=0x%02x target=0x%02x "
1132 dcb->dev_mode = eeprom->target[dcb->target_id].cfg0;
1133 period_index = eeprom->target[dcb->target_id].period & 0x07;
1152 "eh_bus_reset: (0%p) target=<%02i-%i> cmd=%p\n",
1219 dprintkl(KERN_INFO, "eh_abort: (0x%p) target=<%02i-%i> cmd=%p\n",
1446 "Out of tags target=<%02i-%i>)\n",
1575 dprintkl(KERN_INFO, "Host does not support target mode!\n");
1755 /* target id */
2220 * but be disconnected by target
2228 /* KG: The target may decide to disconnect: Empty FIFO before! */
3047 /* Program HA ID, target ID, period and offset */
3050 DC395x_write8(acb, TRM_S1040_SCSI_TARGETID, dcb->target_id); /* target ID */
3170 ** target status..........................
3235 * target status..........................
3538 * @target: The target for the new device.
3544 u8 target, u8 lun)
3547 u8 period_index = eeprom->target[target].period & 0x07;
3551 dprintkdbg(DBG_0, "device_alloc: <%02i-%i>\n", target, lun);
3560 dcb->target_id = target;
3562 dcb->dev_mode = eeprom->target[target].cfg0;
4020 for (d_addr = 0, d_eeprom = (u32 *)eeprom->target;
4060 eeprom->target[0].period,
4061 clock_speed[eeprom->target[0].period] / 10,
4062 clock_speed[eeprom->target[0].period] % 10,
4063 eeprom->target[0].cfg0);