Searched refs:DBG2 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | debug.h | 44 # define DBG2(d,f,x...) DBG(d,f, ##x) macro 49 # define DBG2(f,x...) ((void)0) macro
|
H A D | core.c | 424 DBG2(dev, "mc %pM" NL, ha->addr); in emac_hash_mc() 470 DBG2(dev, "__emac_calc_base_mr1" NL); in __emac_calc_base_mr1() 501 DBG2(dev, "__emac4_calc_base_mr1" NL); in __emac4_calc_base_mr1() 800 DBG2(dev, "mdio_read(%02x,%02x)" NL, id, reg); in __emac_mdio_read() 813 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_read() 838 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_read() 851 DBG2(dev, "mdio_read -> %04x" NL, r); in __emac_mdio_read() 872 DBG2(dev, "mdio_write(%02x,%02x,%04x)" NL, id, reg, val); in __emac_mdio_write() 885 DBG2(dev, " -> timeout wait idle\n"); in __emac_mdio_write() 911 DBG2(dev, " -> timeout wait complete\n"); in __emac_mdio_write() [all …]
|
/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.h | 530 #define DBG2(fmt, args...) \ macro
|
H A 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/Documentation/arch/arm64/ |
H A D | acpi_object_usage.rst | 20 - Optional: AGDI, BGRT, CEDT, CPEP, CSRT, DBG2, DRTM, ECDT, FACS, FPDT, 92 DBG2 Signature Reserved (signature == "DBG2")
|
H A D | arm-acpi.rst | 190 - DBG2 (DeBuG port table 2), section 5.2.6, specifically Table 5-6.
|
/linux/drivers/tty/ |
H A D | nozomi.c | 64 #define DBG2(args...) DBG_(0x02, ##args) macro
|