Searched refs:timer_count (Results 1 – 1 of 1) sorted by relevance
1311 uint64_t ctl_reg, status, timer_count; in cn30xxgmx_sgmii_enable() local1320 timer_count = PCS_READ_8(sc, PCS_LINK_TIMER_COUNT); in cn30xxgmx_sgmii_enable()1321 CLR(timer_count, PCS_LINK_TIMER_COUNT_MASK); in cn30xxgmx_sgmii_enable()1322 SET(timer_count, ((1600 * cpu_freq) >> 10) & PCS_LINK_TIMER_COUNT_MASK); in cn30xxgmx_sgmii_enable()1323 PCS_WRITE_8(sc, PCS_LINK_TIMER_COUNT, timer_count); in cn30xxgmx_sgmii_enable()