Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dxlp.h82 uint32_t procid = mips_rd_prid(); in nlm_is_xlp3xx_ax() local
83 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() local
110 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() local
122 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_b0()
123 int rev = procid & 0xff; in nlm_is_xlp8xx_b0()
H A Dboard.c327 uint32_t procid; in nlm_print_processor_info() local
331 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()