Home
last modified time | relevance | path

Searched refs:DEBUGOUT (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/net/
De1000.c388 DEBUGOUT("Could not acquire EEPROM grant\n"); in e1000_acquire_eeprom()
756 DEBUGOUT("SPI EEPROM Status error\n"); in e1000_spi_eeprom_ready()
789 DEBUGOUT("\"words\" parameter out of bounds." in e1000_read_eeprom()
891 DEBUGOUT("nvm parameter(s) out of bounds\n"); in e1000_write_eeprom_srwr()
913 DEBUGOUT("Shadow RAM write EEWR timed out\n"); in e1000_write_eeprom_srwr()
956 DEBUGOUT("Flash update time out\n"); in e1000_update_flash_i210()
965 DEBUGOUT("Flash update time out\n"); in e1000_update_flash_i210()
967 DEBUGOUT("Flash update complete\n"); in e1000_update_flash_i210()
993 DEBUGOUT("EEPROM read failed\n"); in e1000_update_eeprom_checksum_i210()
1007 DEBUGOUT("EEPROM Read Error while updating checksum.\n"); in e1000_update_eeprom_checksum_i210()
[all …]
De1000.h41 #define DEBUGOUT(fmt, args...) printf(fmt ,##args) macro
46 #define DEBUGOUT(fmt, args...) do { } while (0) macro