Searched refs:txx9_pcode_str (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/txx9/generic/ |
D | setup_tx4938.c | 200 txx9_pcode_str, (cpuclk + 500000) / 1000000, in tx4938_setup() 206 pr_info("%s SDRAMC --", txx9_pcode_str); in tx4938_setup() 255 pr_info("%s: stop PCIC1\n", txx9_pcode_str); in tx4938_setup() 261 pr_info("%s: stop ETH0\n", txx9_pcode_str); in tx4938_setup() 268 pr_info("%s: stop ETH1\n", txx9_pcode_str); in tx4938_setup() 475 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4938_stop_unused_modules()
|
D | setup_tx4927.c | 187 txx9_pcode_str, (cpuclk + 500000) / 1000000, in tx4927_setup() 193 pr_info("%s SDRAMC --", txx9_pcode_str); in tx4927_setup() 327 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4927_stop_unused_modules()
|
D | setup.c | 51 char txx9_pcode_str[8]; variable 53 .name = txx9_pcode_str, 68 sprintf(txx9_pcode_str, "TX%x", pcode); in txx9_reg_res_init()
|
/linux-5.19.10/arch/mips/include/asm/txx9/ |
D | generic.h | 17 extern char txx9_pcode_str[8];
|