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

/linux-4.4.14/drivers/ps3/
H A Dps3-lpm.c214 u64 counter2637; ps3_read_phys_ctr() local
223 &counter2637); ps3_read_phys_ctr()
237 return counter2637 >> 32; ps3_read_phys_ctr()
239 return counter2637 & PS3_PM_COUNTER_MASK_LO; ps3_read_phys_ctr()
258 u64 counter2637; ps3_write_phys_ctr() local
272 counter2637 = 0x0; ps3_write_phys_ctr()
278 counter2637 = 0x0; ps3_write_phys_ctr()
284 counter2637 = (u64)val << 32; ps3_write_phys_ctr()
290 counter2637 = (u64)val; ps3_write_phys_ctr()
299 counter2637, counter2637_mask, ps3_write_phys_ctr()
300 &counter0415, &counter2637); ps3_write_phys_ctr()

Completed in 56 milliseconds