Searched refs:asc_dvc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | advansys.c | 1944 #define AscSynIndexToPeriod(index) (uchar)(asc_dvc->sdtr_period_tbl[ (index) ]) 3262 STATIC int AdvResetSB(ADV_DVC_VAR *asc_dvc); 3382 #define AdvAbortQueue(asc_dvc, scsiq) \ argument 3383 AdvSendIdleCmd((asc_dvc), (ushort) IDLE_CMD_ABORT, \ 3397 #define AdvResetDevice(asc_dvc, target_id) \ argument 3398 AdvSendIdleCmd((asc_dvc), (ushort) IDLE_CMD_DEVICE_RESET, \ 9105 ASC_DVC_VAR *asc_dvc, in ASC_INITFUNC() 9111 pcibios_read_config_byte(ASC_PCI_ID2BUS(asc_dvc->cfg->pci_slot_info), in ASC_INITFUNC() 9112 PCI_DEVFN(ASC_PCI_ID2DEV(asc_dvc->cfg->pci_slot_info), in ASC_INITFUNC() 9113 ASC_PCI_ID2FUNC(asc_dvc->cfg->pci_slot_info)), in ASC_INITFUNC() [all …]
|