Searched refs:DBG2 (Results 1 – 7 of 7) sorted by relevance
/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 69 #ifdef DBG2 70 #undef DBG2 79 # define DBG2(f,x...) DBG(f, ##x) macro 81 # define DBG2(f,x...) ((void)0) macro 331 DBG2("%d: irq handler, STS = 0x%02x, EXTSTS = 0x%02x\n", in iic_handler() 452 DBG2("%d: iic_wait_for_tc -> %d\n", dev->idx, ret); in iic_wait_for_tc() 486 DBG2("%d: xfer_bytes, %d, CNTL = 0x%02x\n", dev->idx, count, cmd); in iic_xfer_bytes() 524 DBG2("%d: iic_address, 0x%03x (%d-bit)\n", dev->idx, in iic_address() 560 DBG2("%d: iic_xfer, %d msg(s)\n", dev->idx, num); in iic_xfer()
|
/drivers/net/ibm_newemac/ |
D | debug.h | 72 # define DBG2(d,f,x...) DBG(d,f, ##x) macro 77 # define DBG2(f,x...) ((void)0) macro
|
D | core.c | 399 DBG2(dev, "mc %pM" NL, dmi->dmi_addr); in emac_hash_mc() 439 DBG2(dev, "__emac_calc_base_mr1" NL); in __emac_calc_base_mr1() 470 DBG2(dev, "__emac4_calc_base_mr1" NL); in __emac4_calc_base_mr1() 760 DBG2(dev, "mdio_read(%02x,%02x)" NL, id, reg); in __emac_mdio_read() 773 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_read() 798 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_read() 811 DBG2(dev, "mdio_read -> %04x" NL, r); in __emac_mdio_read() 832 DBG2(dev, "mdio_write(%02x,%02x,%04x)" NL, id, reg, val); in __emac_mdio_write() 845 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_write() 871 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_write() [all …]
|
D | rgmii.c | 164 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_get_mdio() 183 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_put_mdio() 272 DBG2(dev, " Boot FER = 0x%08x, SSR = 0x%08x\n", in rgmii_probe()
|
/drivers/net/ |
D | tehuti.h | 541 #define DBG2(fmt, args...) \ macro
|
D | tehuti.c | 704 DBG2("vid=%d value=%d\n", (int)vid, enable); in __bdx_vlan_rx_vid() 712 DBG2("reg=%x, val=%x, bit=%d\n", reg, val, bit); in __bdx_vlan_rx_vid() 717 DBG2("new val %x\n", val); in __bdx_vlan_rx_vid()
|
/drivers/char/ |
D | nozomi.c | 80 #define DBG2(args...) D_(0x02, ##args) macro
|