Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c335 DEBUGFUNC(); in e1000_is_onboard_nvm_eeprom()
366 DEBUGFUNC(); in e1000_acquire_eeprom()
432 DEBUGFUNC(); in e1000_init_eeprom_params()
678 DEBUGFUNC(); in e1000_release_eeprom()
730 DEBUGFUNC(); in e1000_spi_eeprom_ready()
776 DEBUGFUNC(); in e1000_read_eeprom()
877 DEBUGFUNC(); in e1000_validate_eeprom_checksum()
927 DEBUGFUNC(); in e1000_set_phy_mode()
971 DEBUGFUNC(); in e1000_get_software_semaphore()
1009 DEBUGFUNC(); in e1000_put_hw_eeprom_semaphore()
[all …]
H A De1000.h43 #define DEBUGFUNC() printf("%s\n", __func__); macro
46 #define DEBUGFUNC() do { } while (0) macro