Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
De1000.c336 DEBUGFUNC(); in e1000_is_onboard_nvm_eeprom()
367 DEBUGFUNC(); in e1000_acquire_eeprom()
433 DEBUGFUNC(); in e1000_init_eeprom_params()
679 DEBUGFUNC(); in e1000_release_eeprom()
731 DEBUGFUNC(); in e1000_spi_eeprom_ready()
777 DEBUGFUNC(); in e1000_read_eeprom()
1046 DEBUGFUNC(); in e1000_validate_eeprom_checksum()
1096 DEBUGFUNC(); in e1000_set_phy_mode()
1140 DEBUGFUNC(); in e1000_get_software_semaphore()
1178 DEBUGFUNC(); in e1000_put_hw_eeprom_semaphore()
[all …]
De1000.h42 #define DEBUGFUNC() printf("%s\n", __func__); macro
45 #define DEBUGFUNC() do { } while (0) macro