Home
last modified time | relevance | path

Searched refs:sub_second_inc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c522 u32 sub_second_inc, u32 systime_flags) in dwmac5_flex_pps_config() argument
532 if (!sub_second_inc || !systime_flags) in dwmac5_flex_pps_config()
557 do_div(period, sub_second_inc); in dwmac5_flex_pps_config()
H A Ddwmac5.h95 u32 sub_second_inc, u32 systime_flags);
H A Dstmmac_ptp.c220 priv->sub_second_inc, in stmmac_enable()
H A Dstmmac.h312 u32 sub_second_inc; member
H A Ddwxgmac2_core.c1159 u32 sub_second_inc, u32 systime_flags) in dwxgmac2_flex_pps_config() argument
1169 if (!sub_second_inc || !systime_flags) in dwxgmac2_flex_pps_config()
1205 do_div(period, sub_second_inc); in dwxgmac2_flex_pps_config()
H A Dhwif.h400 u32 sub_second_inc, u32 systime_flags);
H A Dstmmac_main.c547 priv->sub_second_inc = sec_inc; in stmmac_update_subsecond_increment()