Lines Matching refs:registerStruct
134 MV_STORAGE_DEVICE_REGISTERS *registerStruct);
1652 MV_STORAGE_DEVICE_REGISTERS *registerStruct) in CommandCompletionCB() argument
1675 registerStruct->errorRegister, in CommandCompletionCB()
1676 registerStruct->sectorCountRegister, in CommandCompletionCB()
1677 registerStruct->lbaLowRegister, in CommandCompletionCB()
1678 registerStruct->lbaMidRegister, in CommandCompletionCB()
1679 registerStruct->lbaHighRegister, in CommandCompletionCB()
1680 registerStruct->deviceRegister, in CommandCompletionCB()
1681 registerStruct->statusRegister); in CommandCompletionCB()
1686 pCmd->uScratch.sata_param.bIdeStatus = registerStruct->statusRegister; in CommandCompletionCB()
1687 pCmd->uScratch.sata_param.errorRegister = registerStruct->errorRegister; in CommandCompletionCB()