Searched refs:DEBUGOUT1 (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_osdep.h | 68 #define DEBUGOUT1(S, A...) DBG(S, A) macro 71 #define DEBUGOUT1(S, A...) macro 74 #define DEBUGOUT2 DEBUGOUT1 75 #define DEBUGOUT3 DEBUGOUT1 76 #define DEBUGOUT7 DEBUGOUT1
|
D | e1000_hw.c | 1213 DEBUGOUT1("After fix-ups FlowControl is now = %x\n", hw->fc); in e1000_setup_link() 1467 DEBUGOUT1("Phy ID = %#08x \n", hw->phy_id); in e1000_copper_link_preconfig() 2230 DEBUGOUT1("autoneg_advertised %x\n", hw->autoneg_advertised); in e1000_phy_setup_autoneg() 2327 DEBUGOUT1("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg); in e1000_phy_setup_autoneg() 2358 DEBUGOUT1("hw->fc = %d\n", hw->fc); in e1000_phy_force_speed_duplex() 2432 DEBUGOUT1("M88E1000 PSCR: %x \n", phy_data); in e1000_phy_force_speed_duplex() 3593 DEBUGOUT1("PHY Address %d is out of range\n", reg_addr); in e1000_read_phy_reg_ex() 3731 DEBUGOUT1("PHY Address %d is out of range\n", reg_addr); in e1000_write_phy_reg_ex() 4181 DEBUGOUT1("Invalid MAC type %d\n", hw->mac_type); in e1000_detect_gig_phy() 4187 DEBUGOUT1("PHY ID %#08x detected\n", hw->phy_id); in e1000_detect_gig_phy() [all …]
|