Searched refs:ps_counter_width (Results 1 – 4 of 4) sorted by relevance
129 *v = tmp - (1UL << (mips_pmc_spec.ps_counter_width - 1)); in mips_read_pmc()149 v = (1UL << (mips_pmc_spec.ps_counter_width - 1)) - v; in mips_write_pmc()284 if ((r & (1UL << (mips_pmc_spec.ps_counter_width - 1))) == 0) in mips_pmc_intr()443 pcd->pcd_width = mips_pmc_spec.ps_counter_width; in pmc_mips_initialize()
159 .ps_counter_width = 32
113 .ps_counter_width = 64
50 int ps_counter_width; member