Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dne2000_base.c111 DEBUG_FUNCTION(); in dp83902a_init()
148 DEBUG_FUNCTION(); in dp83902a_stop()
172 DEBUG_FUNCTION(); in dp83902a_start()
220 DEBUG_FUNCTION(); in dp83902a_start_xmit()
252 DEBUG_FUNCTION(); in dp83902a_send()
381 DEBUG_FUNCTION(); in dp83902a_RxEvent()
456 DEBUG_FUNCTION(); in dp83902a_recv()
517 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