Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dne2000_base.c112 DEBUG_FUNCTION(); in dp83902a_init()
149 DEBUG_FUNCTION(); in dp83902a_stop()
173 DEBUG_FUNCTION(); in dp83902a_start()
221 DEBUG_FUNCTION(); in dp83902a_start_xmit()
253 DEBUG_FUNCTION(); in dp83902a_send()
382 DEBUG_FUNCTION(); in dp83902a_RxEvent()
457 DEBUG_FUNCTION(); in dp83902a_recv()
518 DEBUG_FUNCTION(); in dp83902a_TxEvent()
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro