netc_timer_rd
tmr_off_l = netc_timer_rd(priv, NETC_TMR_OFF_L);
tmr_off_h = netc_timer_rd(priv, NETC_TMR_OFF_H);
time_l = netc_timer_rd(priv, NETC_TMR_CUR_TIME_L);
time_h = netc_timer_rd(priv, NETC_TMR_CUR_TIME_H);
tmr_ctrl = netc_timer_rd(priv, NETC_TMR_CTRL);
fiper_ctrl = netc_timer_rd(priv, NETC_TMR_FIPER_CTRL);
fiper_ctrl = netc_timer_rd(priv, NETC_TMR_FIPER_CTRL);
while (netc_timer_rd(priv, NETC_TMR_STAT) & TMR_STAT_ETS_VLD(index)) {
etts_l = netc_timer_rd(priv, NETC_TMR_ETTS_L(index));
etts_h = netc_timer_rd(priv, NETC_TMR_ETTS_H(index));
tmr_ctrl = netc_timer_rd(priv, NETC_TMR_CTRL);
u32 fiper_ctrl = netc_timer_rd(priv, NETC_TMR_FIPER_CTRL);
u32 fiper_ctrl = netc_timer_rd(priv, NETC_TMR_FIPER_CTRL);
tmr_ctrl = netc_timer_rd(priv, NETC_TMR_CTRL);
old_tmr_ctrl = netc_timer_rd(priv, NETC_TMR_CTRL);
fiper_ctrl = netc_timer_rd(priv, NETC_TMR_FIPER_CTRL);
tmr_event = netc_timer_rd(priv, NETC_TMR_TEVENT);
val = netc_timer_rd(priv, NETC_GLOBAL_OFFSET + NETC_GLOBAL_IPBRR0);