Lines Matching refs:regLba24
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()
2406 padapter->regLba24 = zl + REG_LBA_24; // head and most 4 significant bits of LBA in GetRegs()