Home
last modified time | relevance | path

Searched refs:DBG2 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/ibm/emac/
H A Ddebug.h44 # define DBG2(d,f,x...) DBG(d,f, ##x) macro
49 # define DBG2(f,x...) ((void)0) macro
H A Dcore.c424 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 Dtehuti.h530 #define DBG2(fmt, args...) \ macro
H A Dtehuti.c706 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 Dacpi_object_usage.rst20 - Optional: AGDI, BGRT, CEDT, CPEP, CSRT, DBG2, DRTM, ECDT, FACS, FPDT,
92 DBG2 Signature Reserved (signature == "DBG2")
H A Darm-acpi.rst190 - DBG2 (DeBuG port table 2), section 5.2.6, specifically Table 5-6.
/linux/drivers/tty/
H A Dnozomi.c64 #define DBG2(args...) DBG_(0x02, ##args) macro