Lines Matching refs:registerStruct
128 MV_STORAGE_DEVICE_REGISTERS *registerStruct);
1645 MV_STORAGE_DEVICE_REGISTERS *registerStruct) in CommandCompletionCB() argument
1668 registerStruct->errorRegister, in CommandCompletionCB()
1669 registerStruct->sectorCountRegister, in CommandCompletionCB()
1670 registerStruct->lbaLowRegister, in CommandCompletionCB()
1671 registerStruct->lbaMidRegister, in CommandCompletionCB()
1672 registerStruct->lbaHighRegister, in CommandCompletionCB()
1673 registerStruct->deviceRegister, in CommandCompletionCB()
1674 registerStruct->statusRegister); in CommandCompletionCB()
1679 pCmd->uScratch.sata_param.bIdeStatus = registerStruct->statusRegister; in CommandCompletionCB()
1680 pCmd->uScratch.sata_param.errorRegister = registerStruct->errorRegister; in CommandCompletionCB()