Lines Matching refs:byte6
81 UCHAR byte6; // device select register image member
424 AtapiDevice (padapter, pdev->byte6); in AtapiReset()
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()
800 AtapiDevice (padapter, pdev->byte6); in AtapiIdentify()
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()
2082 if ( !pdev->byte6 || SCpnt->lun ) in Pci2220i_QueueCommand()
2092 AtapiDevice (padapter, pdev->byte6); // select the drive in Pci2220i_QueueCommand()
2562 pdev->byte6 = (UCHAR)(((unit & 1) << 4) | 0xE0); in Pci2220i_Detect()
2667 pdev->byte6 = (UCHAR)(((unit & 1) << 4) | 0xE0); in Pci2220i_Detect()
2748 pdev->byte6 = 0x0A | (device << 4); in Pci2220i_Detect()
2760 pdev->spigot = pdev->byte6 = 0; in Pci2220i_Detect()