/linux-6.6.21/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 66 #ifdef DBG2 67 #undef DBG2 76 # define DBG2(f,x...) DBG(f, ##x) macro 78 # define DBG2(f,x...) ((void)0) macro 329 DBG2("%d: irq handler, STS = 0x%02x, EXTSTS = 0x%02x\n", in iic_handler() 450 DBG2("%d: iic_wait_for_tc -> %d\n", dev->idx, ret); in iic_wait_for_tc() 484 DBG2("%d: xfer_bytes, %d, CNTL = 0x%02x\n", dev->idx, count, cmd); in iic_xfer_bytes() 522 DBG2("%d: iic_address, 0x%03x (%d-bit)\n", dev->idx, in iic_address() 558 DBG2("%d: iic_xfer, %d msg(s)\n", dev->idx, num); in iic_xfer()
|
/linux-6.6.21/drivers/net/ethernet/ibm/emac/ |
D | debug.h | 44 # define DBG2(d,f,x...) DBG(d,f, ##x) macro 49 # define DBG2(f,x...) ((void)0) macro
|
D | rgmii.c | 151 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_get_mdio() 170 DBG2(dev, " fer = 0x%08x\n", fer); in rgmii_put_mdio() 254 DBG2(dev, " Boot FER = 0x%08x, SSR = 0x%08x\n", in rgmii_probe()
|
D | core.c | 433 DBG2(dev, "mc %pM" NL, ha->addr); in emac_hash_mc() 479 DBG2(dev, "__emac_calc_base_mr1" NL); in __emac_calc_base_mr1() 510 DBG2(dev, "__emac4_calc_base_mr1" NL); in __emac4_calc_base_mr1() 809 DBG2(dev, "mdio_read(%02x,%02x)" NL, id, reg); in __emac_mdio_read() 822 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_read() 847 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_read() 860 DBG2(dev, "mdio_read -> %04x" NL, r); in __emac_mdio_read() 881 DBG2(dev, "mdio_write(%02x,%02x,%04x)" NL, id, reg, val); in __emac_mdio_write() 894 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_write() 920 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_write() [all …]
|
/linux-6.6.21/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 530 #define DBG2(fmt, args...) \ macro
|
D | tehuti.c | 706 DBG2("vid=%d value=%d\n", (int)vid, enable); in __bdx_vlan_rx_vid() 714 DBG2("reg=%x, val=%x, bit=%d\n", reg, val, bit); in __bdx_vlan_rx_vid() 719 DBG2("new val %x\n", val); in __bdx_vlan_rx_vid()
|
/linux-6.6.21/Documentation/arch/arm64/ |
D | acpi_object_usage.rst | 20 - Optional: AGDI, BGRT, CEDT, CPEP, CSRT, DBG2, DRTM, ECDT, FACS, FPDT, 92 DBG2 Signature Reserved (signature == "DBG2")
|
D | arm-acpi.rst | 190 - DBG2 (DeBuG port table 2), section 5.2.6, specifically Table 5-6.
|
/linux-6.6.21/drivers/tty/ |
D | nozomi.c | 64 #define DBG2(args...) DBG_(0x02, ##args) macro
|