Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ps3/
Dps3-lpm.c202 u64 counter2637; in ps3_read_phys_ctr() local
211 &counter2637); in ps3_read_phys_ctr()
225 return counter2637 >> 32; in ps3_read_phys_ctr()
227 return counter2637 & PS3_PM_COUNTER_MASK_LO; in ps3_read_phys_ctr()
246 u64 counter2637; in ps3_write_phys_ctr() local
260 counter2637 = 0x0; in ps3_write_phys_ctr()
266 counter2637 = 0x0; in ps3_write_phys_ctr()
272 counter2637 = (u64)val << 32; in ps3_write_phys_ctr()
278 counter2637 = (u64)val; in ps3_write_phys_ctr()
287 counter2637, counter2637_mask, in ps3_write_phys_ctr()
[all …]