Lines Matching refs:DPRINTF
32 #define DPRINTF(fmt, ...) \ macro
35 #define DPRINTF(fmt, ...) do {} while(0) macro
362 DPRINTF("MACADDR load failed\n"); in lan9118_reload_eeprom()
369 DPRINTF("MACADDR loaded from eeprom\n"); in lan9118_reload_eeprom()
537 DPRINTF("Got packet len:%d fifo:%d filter:%s\n", in lan9118_receive()
611 DPRINTF("Pop packet size:%d offset:%d pad: %d\n", in rx_fifo_pop()
629 DPRINTF("RX underflow\n"); in rx_fifo_pop()
657 DPRINTF("Sent packet tag:%04x len %d\n", status >> 16, s->txp->len); in do_tx_packet()
687 DPRINTF("RX status pop 0x%08x\n", val); in rx_status_fifo_pop()
741 DPRINTF("Block len:%d offset:%d pad:%d cmd %08x\n", in tx_fifo_push()
807 DPRINTF("MAC_CR: %08x\n", val); in do_mac_write()
830 DPRINTF("PHY write %d = 0x%04x\n", in do_mac_write()
835 DPRINTF("PHY read %d = 0x%04x\n", in do_mac_write()
892 DPRINTF("EEPROM Read %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()
896 DPRINTF("EEPROM Write Disable\n"); in lan9118_eeprom_cmd()
900 DPRINTF("EEPROM Write Enable\n"); in lan9118_eeprom_cmd()
905 DPRINTF("EEPROM Write %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()
907 DPRINTF("EEPROM Write %d (ignored)\n", addr); in lan9118_eeprom_cmd()
915 DPRINTF("EEPROM Write All 0x%02x\n", s->e2p_data); in lan9118_eeprom_cmd()
917 DPRINTF("EEPROM Write All (ignored)\n"); in lan9118_eeprom_cmd()
923 DPRINTF("EEPROM Erase %d\n", addr); in lan9118_eeprom_cmd()
925 DPRINTF("EEPROM Erase %d (ignored)\n", addr); in lan9118_eeprom_cmd()
931 DPRINTF("EEPROM Erase All\n"); in lan9118_eeprom_cmd()
933 DPRINTF("EEPROM Erase All (ignored)\n"); in lan9118_eeprom_cmd()
978 DPRINTF("FIFO INT levels %08x\n", val); in lan9118_writel()
1061 DPRINTF("MAC read %d = 0x%08x\n", val & 0xf, s->mac_data); in lan9118_writel()
1063 DPRINTF("MAC write %d = 0x%08x\n", val & 0xf, s->mac_data); in lan9118_writel()