Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c387 DEBUGOUT("Could not acquire EEPROM grant\n"); in e1000_acquire_eeprom()
755 DEBUGOUT("SPI EEPROM Status error\n"); in e1000_spi_eeprom_ready()
788 DEBUGOUT("\"words\" parameter out of bounds." in e1000_read_eeprom()
987 DEBUGOUT("Driver can't access device - SMBI bit is set.\n"); in e1000_get_software_semaphore()
1071 DEBUGOUT("Driver can't access the Eeprom - " in e1000_get_hw_eeprom_semaphore()
1105 DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n"); in e1000_swfw_sync_acquire()
1174 DEBUGOUT("EEPROM Read Error\n"); in e1000_read_mac_addr()
1208 DEBUGOUT("Programming MAC Address into RAR[0]\n"); in e1000_init_rx_addrs()
1219 DEBUGOUT("Clearing RAR[1-15]\n"); in e1000_init_rx_addrs()
1402 DEBUGOUT("Disabling MWI on 82542 rev 2.0\n"); in e1000_reset_hw()
[all …]
H A De1000.h42 #define DEBUGOUT(fmt, args...) printf(fmt ,##args) macro
47 #define DEBUGOUT(fmt, args...) do { } while (0) macro