Searched refs:xgene_sgmac_rxtx (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
| D | xgene_enet_sgmac.c | 298 static void xgene_sgmac_rxtx(struct xgene_enet_pdata *p, u32 bits, bool set) in xgene_sgmac_rxtx() function 314 xgene_sgmac_rxtx(p, RX_EN, true); in xgene_sgmac_rx_enable() 319 xgene_sgmac_rxtx(p, TX_EN, true); in xgene_sgmac_tx_enable() 324 xgene_sgmac_rxtx(p, RX_EN, false); in xgene_sgmac_rx_disable() 329 xgene_sgmac_rxtx(p, TX_EN, false); in xgene_sgmac_tx_disable()
|