Lines Matching defs:d
28 #define EMAC_DBG(d, name, fmt, arg...) \ argument
32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
46 # define ZMII_DBG2(d,f,x...) ZMII_DBG(d,f, ##x) argument
47 # define RGMII_DBG2(d,f,x...) RGMII_DBG(d,f, ##x) argument
50 # define MAL_DBG2(d,f,x...) ((void)0) argument
51 # define ZMII_DBG2(d,f,x...) ((void)0) argument
52 # define RGMII_DBG2(d,f,x...) ((void)0) argument