Lines Matching refs:counter0415
201 u64 counter0415; in ps3_read_phys_ctr() local
210 result = lv1_set_lpm_counter(lpm_priv->lpm_id, 0, 0, 0, 0, &counter0415, in ps3_read_phys_ctr()
221 return counter0415 >> 32; in ps3_read_phys_ctr()
223 return counter0415 & PS3_PM_COUNTER_MASK_LO; in ps3_read_phys_ctr()
244 u64 counter0415; in ps3_write_phys_ctr() local
258 counter0415 = (u64)val << 32; in ps3_write_phys_ctr()
264 counter0415 = (u64)val; in ps3_write_phys_ctr()
270 counter0415 = 0x0; in ps3_write_phys_ctr()
276 counter0415 = 0x0; in ps3_write_phys_ctr()
286 counter0415, counter0415_mask, in ps3_write_phys_ctr()
288 &counter0415, &counter2637); in ps3_write_phys_ctr()