Lines Matching refs:bit_offset
463 throttling->control_register.bit_offset) > 32) {
470 throttling->status_register.bit_offset) > 32) {
755 u32 bit_width, bit_offset;
765 bit_offset = throttling->status_register.bit_offset;
769 (u32) (bit_width + bit_offset));
771 *value = (u64) ((ptc_value >> bit_offset) & ptc_mask);
787 u32 bit_width, bit_offset;
797 bit_offset = throttling->control_register.bit_offset;
803 (u32) (ptc_value << bit_offset),
804 (u32) (bit_width + bit_offset));