Home
last modified time | relevance | path

Searched refs:MAC_PPSx_WIDTH (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pps.c64 XGMAC_IOWRITE(pdata, MAC_PPSx_WIDTH(index), (period >> 1) - 1); in xgbe_pps_config()
H A Dxgbe-common.h247 #define MAC_PPSx_WIDTH(x) ((MAC_PPS0_WIDTH) + ((x) * 0x10)) macro
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.h31 #define MAC_PPSx_WIDTH(x) (0x00000b8c + ((x) * 0x10)) macro
H A Ddwmac5.c568 writel(period - 1, ioaddr + MAC_PPSx_WIDTH(index)); in dwmac5_flex_pps_config()