Searched refs:counter0415 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ps3/
H A Dps3-lpm.c213 u64 counter0415; ps3_read_phys_ctr() local
222 result = lv1_set_lpm_counter(lpm_priv->lpm_id, 0, 0, 0, 0, &counter0415, ps3_read_phys_ctr()
233 return counter0415 >> 32; ps3_read_phys_ctr()
235 return counter0415 & PS3_PM_COUNTER_MASK_LO; ps3_read_phys_ctr()
256 u64 counter0415; ps3_write_phys_ctr() local
270 counter0415 = (u64)val << 32; ps3_write_phys_ctr()
276 counter0415 = (u64)val; ps3_write_phys_ctr()
282 counter0415 = 0x0; ps3_write_phys_ctr()
288 counter0415 = 0x0; ps3_write_phys_ctr()
298 counter0415, counter0415_mask, ps3_write_phys_ctr()
300 &counter0415, &counter2637); ps3_write_phys_ctr()

Completed in 36 milliseconds