Home
last modified time | relevance | path

Searched refs:half_duplex (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c130 bool half_duplex; /* true, if master is half-duplex only */ member
332 if (!ds->half_duplex) in __davinci_spi_xfer()
449 ds->half_duplex = true; in spi_claim_bus()
451 ds->half_duplex = false; in spi_claim_bus()
498 ds->half_duplex = slave_plat->mode & SPI_PREAMBLE; in davinci_spi_claim_bus()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c240 dma_cap->half_duplex = (hw_cap & DMA_HW_FEAT_HDSEL) >> 2; in dwmac1000_get_hw_feature()
H A Dcommon.h410 unsigned int half_duplex; member
H A Ddwmac4_dma.c393 dma_cap->half_duplex = (hw_cap & GMAC_HW_FEAT_HDSEL) >> 2; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c413 dma_cap->half_duplex = (hw_cap & XGMAC_HWFEAT_HDSEL) >> 3; in dwxgmac2_get_hw_feature()
H A Dstmmac_main.c6268 (priv->dma_cap.half_duplex) ? "Y" : "N"); in stmmac_dma_cap_show()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c170 mac_cb->half_duplex = !duplex; in hns_mac_adjust_link()
680 hns_mac_adjust_link(mac_cb, mac_cb->speed, !mac_cb->half_duplex); in hns_mac_init_ex()
845 mac_cb->half_duplex = false; in hns_mac_get_info()
H A Dhns_dsaf_mac.h323 u8 half_duplex; member
H A Dhns_dsaf_gmac.c253 (mac_cb->half_duplex == duplex); in hns_gmac_need_adjust_link()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev117 What: /sys/class/leds/<led>/half_duplex
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c370 DEFINE_NETDEV_TRIGGER(half_duplex, TRIGGER_NETDEV_HALF_DUPLEX);
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb.h1045 unsigned half_duplex:1; /* E-MAC supports half duplex mode */ member
H A Dravb_main.c1362 if (info->half_duplex && phydev->duplex != priv->duplex) { in ravb_adjust_link()
1382 if (info->half_duplex) in ravb_adjust_link()
1435 if (!info->half_duplex) { in ravb_phy_init()
2522 .half_duplex = 1,