Lines Matching refs:registerStruct
135 MV_STORAGE_DEVICE_REGISTERS *registerStruct);
1664 MV_STORAGE_DEVICE_REGISTERS *registerStruct) in CommandCompletionCB() argument
1687 registerStruct->errorRegister, in CommandCompletionCB()
1688 registerStruct->sectorCountRegister, in CommandCompletionCB()
1689 registerStruct->lbaLowRegister, in CommandCompletionCB()
1690 registerStruct->lbaMidRegister, in CommandCompletionCB()
1691 registerStruct->lbaHighRegister, in CommandCompletionCB()
1692 registerStruct->deviceRegister, in CommandCompletionCB()
1693 registerStruct->statusRegister); in CommandCompletionCB()
1698 pCmd->uScratch.sata_param.bIdeStatus = registerStruct->statusRegister; in CommandCompletionCB()
1699 pCmd->uScratch.sata_param.errorRegister = registerStruct->errorRegister; in CommandCompletionCB()