Home
last modified time | relevance | path

Searched refs:reconnect_dsa_head (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.scr114 ; DSA pointers at their 'centers' headed by the reconnect_dsa_head
133 ; for (dsa = reconnect_dsa_head, dest = &reconnect_dsa_head,
283 ABSOLUTE reconnect_dsa_head = 0 ; Link list of DSAs which can reconnect symbol
285 ; address of reconnect_dsa_head
397 ; INPUTS : dsa - current DSA structure, reconnect_dsa_head - list
400 ; MODIFIES : SCRATCH, reconnect_dsa_head
426 MOVE MEMORY 4, reconnect_dsa_head, 0
431 MOVE MEMORY 4, addr_scratch, reconnect_dsa_head
1025 MOVE MEMORY 4, reconnect_dsa_head, addr_scratch
1029 ; Fix the update-next pointer so that the reconnect_dsa_head
D53c7xx.scr138 ; DSA pointers at their 'centers' headed by the reconnect_dsa_head
157 ; for (dsa = reconnect_dsa_head, dest = &reconnect_dsa_head,
376 ABSOLUTE reconnect_dsa_head = 0 ; Link list of DSAs which can reconnect symbol
378 ; address of reconnect_dsa_head
496 ; INPUTS : dsa - current DSA structure, reconnect_dsa_head - list
499 ; MODIFIES : SCRATCH, reconnect_dsa_head
531 MOVE MEMORY 4, reconnect_dsa_head, 0
542 MOVE MEMORY 4, addr_scratch, reconnect_dsa_head
1229 MOVE MEMORY 4, reconnect_dsa_head, addr_scratch
1237 ; Fix the update-next pointer so that the reconnect_dsa_head
D53c7xx.c791 hostdata->reconnect_dsa_head = 0; in NCR53c7x0_driver_init()
793 virt_to_bus((void *) &(hostdata->reconnect_dsa_head)); in NCR53c7x0_driver_init()
1452 patch_abs_32 (hostdata->script, 0, reconnect_dsa_head, in NCR53c7x0_init_fixup()
1453 virt_to_bus((void *)&(hostdata->reconnect_dsa_head))); in NCR53c7x0_init_fixup()
1908 ncr_search = hostdata->reconnect_dsa_head, in abnormal_finished()
1909 ncr_prev = &hostdata->reconnect_dsa_head; in abnormal_finished()
5655 dsa = bus_to_virt (hostdata->reconnect_dsa_head);
D53c7,8xx.c778 hostdata->reconnect_dsa_head = 0; in NCR53c7x0_driver_init()
780 le32_to_cpu(virt_to_bus((void *) &(hostdata->reconnect_dsa_head))); in NCR53c7x0_driver_init()
1689 patch_abs_32 (hostdata->script, 0, reconnect_dsa_head, in NCR53c8x0_init_fixup()
1690 virt_to_bus((void *)&(hostdata->reconnect_dsa_head))); in NCR53c8x0_init_fixup()
2166 ncr_search = le32_to_cpu(hostdata->reconnect_dsa_head), in abnormal_finished()
2167 ncr_prev = &hostdata->reconnect_dsa_head; in abnormal_finished()
5965 dsa = bus_to_virt (le32_to_cpu(hostdata->reconnect_dsa_head));
D53c7,8xx.h1402 volatile u32 reconnect_dsa_head; member
D53c7xx.h1410 volatile u32 reconnect_dsa_head; member