Home
last modified time | relevance | path

Searched refs:LINK_STATUS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_sgmac.h22 #define LINK_STATUS BIT(2) macro
H A Dxgene_enet_sgmac.c295 if ((data & AUTO_NEG_COMPLETE) && (data & LINK_STATUS)) in xgene_sgmii_enable_autoneg()
299 if (!(data & AUTO_NEG_COMPLETE) || !(data & LINK_STATUS)) in xgene_sgmii_enable_autoneg()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_serdes.h74 #define LINK_STATUS BIT(1) macro
H A Db53_serdes.c132 state->link = !!(dig & LINK_STATUS); in b53_serdes_get_state()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpci-j721e.c39 #define LINK_STATUS GENMASK(1, 0) macro
155 reg &= LINK_STATUS; in j721e_pcie_link_up()
/openbmc/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h292 #define LINK_STATUS 0x4 macro
/openbmc/linux/drivers/net/usb/
H A Dpegasus.h47 #define LINK_STATUS 0x01 macro
H A Dr8152.c740 LINK_STATUS = 0x02, enumerator
744 #define is_speed_2500(_speed) (((_speed) & (_2500bps | LINK_STATUS)) == (_2500bps | LINK_STATUS))
6784 if (speed & LINK_STATUS) { in set_carrier()
7125 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8153_init()
7239 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8153b_init()
7330 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8153c_init()
8200 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8156_init()
8334 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8156b_init()
8460 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS); in delay_autosuspend()
8492 if (rtl8152_get_speed(tp) & LINK_STATUS) { in rtl8152_runtime_resume()
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h574 LINK_STATUS = 0x02, enumerator
H A Dr8152.c1200 link_detected = speed & LINK_STATUS; in r8152_init_common()