Lines Matching defs:offset
954 csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value) in csx_Put8()
962 csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value) in csx_Put16()
970 csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value) in csx_Put32()
978 csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value) in csx_Put64()
986 csx_Get8(acc_handle_t handle, uint32_t offset) in csx_Get8()
994 csx_Get16(acc_handle_t handle, uint32_t offset) in csx_Get16()
1002 csx_Get32(acc_handle_t handle, uint32_t offset) in csx_Get32()
1010 csx_Get64(acc_handle_t handle, uint32_t offset) in csx_Get64()
1018 csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, in csx_RepPut8()
1028 csx_RepPut16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset, in csx_RepPut16()
1038 csx_RepPut32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset, in csx_RepPut32()
1048 csx_RepPut64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset, in csx_RepPut64()
1058 csx_RepGet8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, in csx_RepGet8()
1068 csx_RepGet16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset, in csx_RepGet16()
1078 csx_RepGet32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset, in csx_RepGet32()
1088 csx_RepGet64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset, in csx_RepGet64()
1190 csx_GetHandleOffset(acc_handle_t handle, uint32_t *offset) in csx_GetHandleOffset()
1205 csx_SetHandleOffset(acc_handle_t handle, uint32_t offset) in csx_SetHandleOffset()