Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dne2000_base.h100 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
104 #define DEBUG_LINE() do {} while(0) macro
H A Dne2000_base.c118 DEBUG_LINE(); in dp83902a_init()