Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3-lpm.c201 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_mas in ps3_write_phys_ctr()
[all...]
/kernel/linux/linux-6.6/drivers/ps3/
H A Dps3-lpm.c201 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_mas in ps3_write_phys_ctr()
[all...]

Completed in 4 milliseconds