octeon_gmx.c | 1011 uint64_t ctl_reg, status, timer_count; local in function:octgmx_sgmii_enable 1024 timer_count = PCS_READ_8(sc, PCS_LINK_TIMER_COUNT); 1025 CLR(timer_count, PCS_LINK_TIMER_COUNT_MASK); 1026 SET(timer_count, 1028 PCS_WRITE_8(sc, PCS_LINK_TIMER_COUNT, timer_count);
|