Searched refs:txx9_pcode_str (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/mips/txx9/generic/ |
D | setup_tx4938.c | 200 txx9_pcode_str, in tx4938_setup() 207 printk(KERN_INFO "%s SDRAMC --", txx9_pcode_str); in tx4938_setup() 258 printk(KERN_INFO "%s: stop PCIC1\n", txx9_pcode_str); in tx4938_setup() 264 printk(KERN_INFO "%s: stop ETH0\n", txx9_pcode_str); in tx4938_setup() 271 printk(KERN_INFO "%s: stop ETH1\n", txx9_pcode_str); in tx4938_setup() 478 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4938_stop_unused_modules()
|
D | setup_tx4939.c | 219 txx9_pcode_str, in tx4939_setup() 227 pr_info("%s DDRC -- EN:%08x", txx9_pcode_str, in tx4939_setup() 271 pr_info("%s: stop PCIC1\n", txx9_pcode_str); in tx4939_setup() 276 pr_info("%s: stop ETH0\n", txx9_pcode_str); in tx4939_setup() 281 pr_info("%s: stop ETH1\n", txx9_pcode_str); in tx4939_setup() 573 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4939_stop_unused_modules()
|
D | setup_tx4927.c | 187 txx9_pcode_str, in tx4927_setup() 194 printk(KERN_INFO "%s SDRAMC --", txx9_pcode_str); in tx4927_setup() 330 pr_info("%s: stop%s\n", txx9_pcode_str, buf); in tx4927_stop_unused_modules()
|
D | setup.c | 48 char txx9_pcode_str[8]; variable 50 .name = txx9_pcode_str, 65 sprintf(txx9_pcode_str, "TX%x", pcode); in txx9_reg_res_init()
|
/linux-3.4.99/arch/mips/include/asm/txx9/ |
D | generic.h | 17 extern char txx9_pcode_str[8];
|