Searched refs:PRINTK (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | ne2000.c | 182 PRINTK("cmd (at %lx) is %x\n", addr + E8390_CMD, n2k_inb(E8390_CMD)); in pcnet_reset_8390() 184 PRINTK("cmd (at %lx) is %x\n", addr + E8390_CMD, n2k_inb(E8390_CMD)); in pcnet_reset_8390() 186 PRINTK("cmd (at %lx) is %x\n", addr + E8390_CMD, n2k_inb(E8390_CMD)); in pcnet_reset_8390() 194 PRINTK("got %x in reset\n", r); in pcnet_reset_8390() 225 PRINTK ("trying to get MAC via prom reading\n"); in get_prom() 234 PRINTK ("PROM:"); in get_prom() 237 PRINTK (" %02x", prom[i]); in get_prom() 239 PRINTK ("\n"); in get_prom() 244 PRINTK ("matched board %d\n", i); in get_prom() 249 PRINTK ("on exit i is %d/%ld\n", i, NR_INFO); in get_prom() [all …]
|
| H A D | ne2000_base.h | 101 #define PRINTK(args...) printf(args) macro 105 #define PRINTK(args...) macro
|
| H A D | ne2000_base.c | 661 PRINTK("pushed len = %d\n", len); in uboot_push_packet_len() 673 PRINTK("pushed key = %d\n", key); in uboot_push_tx_done() 686 PRINTK("### ne2k_setup_driver\n"); in ne2k_setup_driver() 700 PRINTK("CCR before is %x\n", *p); in ne2k_setup_driver() 702 PRINTK("CCR after is %x\n", *p); in ne2k_setup_driver() 766 PRINTK("Packet sucesfully sent\n"); in ne2k_send()
|
| H A D | lan91c96.c | 85 #define PRINTK(args...) printf(args) macro 87 #define PRINTK(args...) macro 716 PRINTK("Using MAC Address %pM\n", v_mac); in smc_get_ethaddr()
|
| H A D | smc91111.c | 101 #define PRINTK(args...) printf(args) macro 103 #define PRINTK(args...) macro
|