Searched refs:procid (Results 1 – 2 of 2) sorted by relevance
82 uint32_t procid = mips_rd_prid(); in nlm_is_xlp3xx_ax() local83 int prid = (procid >> 8) & 0xff; in nlm_is_xlp3xx_ax()84 int rev = procid & 0xff; in nlm_is_xlp3xx_ax()109 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_ax() local110 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_ax()111 int rev = procid & 0xff; in nlm_is_xlp8xx_ax()121 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_b0() local122 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_b0()123 int rev = procid & 0xff; in nlm_is_xlp8xx_b0()
327 uint32_t procid; in nlm_print_processor_info() local331 procid = mips_rd_prid(); in nlm_print_processor_info()332 prid = (procid >> 8) & 0xff; in nlm_print_processor_info()333 rev = procid & 0xff; in nlm_print_processor_info()366 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid); in nlm_print_processor_info()