Home
last modified time | relevance | path

Searched refs:SelectSpigot (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dpci2220i.c374 SelectSpigot (padapter, spigot | SEL_IRQ_OFF); in HardReset()
423 SelectSpigot (padapter, pdev->spigot); in AtapiReset()
612 SelectSpigot (padapter, pdev->spigots[0]); in WriteDataBoth()
616 SelectSpigot (padapter, pdev->spigots[1]); in WriteDataBoth()
620 SelectSpigot (padapter, pdev->spigots[0] | pdev->spigots[1] | padapter->bigD); in WriteDataBoth()
653 SelectSpigot (padapter, pdev->spigot | padapter->bigD); // select the spigot in IdeCmd()
686 SelectSpigot (padapter, pdev->spigots[0] | pdev->spigots[1]); // select the spigots in IdeCmdBoth()
688 SelectSpigot (padapter, pdev->spigots[0]); in IdeCmdBoth()
692 SelectSpigot (padapter, pdev->spigots[1]); in IdeCmdBoth()
696 SelectSpigot (padapter, pdev->spigots[0] | pdev->spigots[1] | padapter->bigD); in IdeCmdBoth()
[all …]
Dpsi_dale.h319 #define SelectSpigot(padapter,spigot) outb_p (spigot, padapter->regStatSel) macro