Searched refs:regLba24 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | pci2220i.c | 123 ULONG regLba24; // head and most 4 significant bits of LBA member 381 outb_p (0xA0, padapter->regLba24); // select the master drive in HardReset() 387 outb_p (0xB0, padapter->regLba24); // try the slave drive in HardReset() 400 outb_p (0xA0, padapter->regLba24); // select the drive in HardReset() 654 …outb_p (pdev->byte6 | ((UCHAR *)(&padapter->startSector))[3], padapter->regLba24); // select the… in IdeCmd() 687 …outb_p (padapter->pdev->byte6 | ((UCHAR *)(&padapter->startSector))[3], padapter->regLba24);// sel… in IdeCmdBoth() 774 outb_p ((device << 4) | 0xA0, padapter->regLba24); // select the drive in InlineIdentify() 987 outb_p (pdev->byte6 | ((UCHAR *)&zl)[3], padapter->regLba24); in InlineReadSignature() 1081 outb_p (pdev->byte6 | ((UCHAR *)&zl)[3], padapter->regLba24); in WriteSignature() 1528 outb_p (pdev->byte6 | ((UCHAR *)(&zl))[3], padapter->regLba24); // select the drive in ReconTimerExpiry() [all …]
|
D | psi_dale.h | 321 #define AtapiDevice(padapter,b) outb_p (b, padapter->regLba24);
|