Home
last modified time | relevance | path

Searched refs:pps_out_num (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c465 hw_feat->pps_out_num = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features()
680 switch (pdata->hw_feat.pps_out_num) { in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h534 unsigned int pps_out_num; /* Number of PPS outputs */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c722 hw_feat->pps_out_num = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, PPSOUTNUM); in xgbe_get_all_hw_features()
726 if (hw_feat->pps_out_num > XGBE_MAX_PPS_OUT) { in xgbe_get_all_hw_features()
729 hw_feat->pps_out_num, XGBE_MAX_PPS_OUT); in xgbe_get_all_hw_features()
730 hw_feat->pps_out_num = XGBE_MAX_PPS_OUT; in xgbe_get_all_hw_features()
856 hw_feat->pps_out_num); in xgbe_get_all_hw_features()
H A Dxgbe.h954 unsigned int pps_out_num; /* Number of PPS outputs */ member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6596 priv->dma_cap.pps_out_num); in stmmac_dma_cap_show()