Lines Matching refs:registerStruct
130 MV_STORAGE_DEVICE_REGISTERS *registerStruct);
1648 MV_STORAGE_DEVICE_REGISTERS *registerStruct) in CommandCompletionCB() argument
1671 registerStruct->errorRegister, in CommandCompletionCB()
1672 registerStruct->sectorCountRegister, in CommandCompletionCB()
1673 registerStruct->lbaLowRegister, in CommandCompletionCB()
1674 registerStruct->lbaMidRegister, in CommandCompletionCB()
1675 registerStruct->lbaHighRegister, in CommandCompletionCB()
1676 registerStruct->deviceRegister, in CommandCompletionCB()
1677 registerStruct->statusRegister); in CommandCompletionCB()
1682 pCmd->uScratch.sata_param.bIdeStatus = registerStruct->statusRegister; in CommandCompletionCB()
1683 pCmd->uScratch.sata_param.errorRegister = registerStruct->errorRegister; in CommandCompletionCB()