Home
last modified time | relevance | path

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

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