Searched refs:txx9_pcode_str (Results 1 – 5 of 5) sorted by relevance
/arch/mips/txx9/generic/ |
D | setup_tx4938.c | 198 txx9_pcode_str, in tx4938_setup() 205 printk(KERN_INFO "%s SDRAMC --", txx9_pcode_str); in tx4938_setup() 261 printk(KERN_INFO "%s: stop PCIC1\n", txx9_pcode_str); in tx4938_setup() 267 printk(KERN_INFO "%s: stop ETH0\n", txx9_pcode_str); in tx4938_setup() 274 printk(KERN_INFO "%s: stop ETH1\n", txx9_pcode_str); in tx4938_setup() 429 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4938_stop_unused_modules()
|
D | setup_tx4939.c | 217 txx9_pcode_str, in tx4939_setup() 225 pr_info("%s DDRC -- EN:%08x", txx9_pcode_str, in tx4939_setup() 274 pr_info("%s: stop PCIC1\n", txx9_pcode_str); in tx4939_setup() 279 pr_info("%s: stop ETH0\n", txx9_pcode_str); in tx4939_setup() 284 pr_info("%s: stop ETH1\n", txx9_pcode_str); in tx4939_setup() 518 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4939_stop_unused_modules()
|
D | setup_tx4927.c | 186 txx9_pcode_str, in tx4927_setup() 193 printk(KERN_INFO "%s SDRAMC --", txx9_pcode_str); in tx4927_setup() 275 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4927_stop_unused_modules()
|
D | setup.c | 45 char txx9_pcode_str[8]; variable 47 .name = txx9_pcode_str, 62 sprintf(txx9_pcode_str, "TX%x", pcode); in txx9_reg_res_init()
|
/arch/mips/include/asm/txx9/ |
D | generic.h | 17 extern char txx9_pcode_str[8];
|