Searched refs:pRegisterPayload (Results 1 – 1 of 1) sorted by relevance
2812 tdRegisterPayload_t *pRegisterPayload = agNULL; in tdsaRegisterIoctl() local2815 pRegisterPayload = (tdRegisterPayload_t*)agIOCTLPayload->FunctionSpecificArea; in tdsaRegisterIoctl()2827 pRegisterPayload->flag, pRegisterPayload->RegAddr, pRegisterPayload->RegValue)); in tdsaRegisterIoctl()2829 if (pRegisterPayload->flag) in tdsaRegisterIoctl()2832 ostiChipWriteBit32Ext(tiRoot, 0, pRegisterPayload->RegAddr, pRegisterPayload->RegValue); in tdsaRegisterIoctl()2837 pRegisterPayload->RegValue = ostiChipReadBit32Ext(tiRoot, 0, pRegisterPayload->RegAddr); in tdsaRegisterIoctl()