Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ps3/
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_mask, in ps3_write_phys_ctr()
[all …]