Searched refs:DBG2 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 68 #ifdef DBG2 69 #undef DBG2 78 # define DBG2(f,x...) DBG(f, ##x) macro 80 # 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()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | debug.h | 72 # define DBG2(d,f,x...) DBG(d,f, ##x) macro 77 # define DBG2(f,x...) ((void)0) macro
|
D | rgmii.c | 169 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_get_mdio() 188 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_put_mdio() 274 DBG2(dev, " Boot FER = 0x%08x, SSR = 0x%08x\n", in rgmii_probe()
|
D | core.c | 418 DBG2(dev, "mc %pM" NL, ha->addr); in emac_hash_mc() 464 DBG2(dev, "__emac_calc_base_mr1" NL); in __emac_calc_base_mr1() 495 DBG2(dev, "__emac4_calc_base_mr1" NL); in __emac4_calc_base_mr1() 788 DBG2(dev, "mdio_read(%02x,%02x)" NL, id, reg); in __emac_mdio_read() 801 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_read() 826 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_read() 839 DBG2(dev, "mdio_read -> %04x" NL, r); in __emac_mdio_read() 860 DBG2(dev, "mdio_write(%02x,%02x,%04x)" NL, id, reg, val); in __emac_mdio_write() 873 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_write() 899 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_write() [all …]
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 531 #define DBG2(fmt, args...) \ macro
|
D | tehuti.c | 713 DBG2("vid=%d value=%d\n", (int)vid, enable); in __bdx_vlan_rx_vid() 721 DBG2("reg=%x, val=%x, bit=%d\n", reg, val, bit); in __bdx_vlan_rx_vid() 726 DBG2("new val %x\n", val); in __bdx_vlan_rx_vid()
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 21 -- Not supported: BOOT, DBG2, DBGP, DMAR, ETDT, HPET, IBFT, IVRS, 51 DBG2 Signature Reserved (signature == "DBG2")
|
/linux-4.4.14/drivers/tty/ |
D | nozomi.c | 81 #define DBG2(args...) D_(0x02, ##args) macro
|