Lines Matching refs:TxControl
59 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; in timer_deactive_control()
61 addr->TxControl |= DW_TIMER_TXCONTROL_INTMASK; in timer_deactive_control()
179 addr->TxControl &= ~DW_TIMER_TXCONTROL_MODE; in csi_timer_config()
183 addr->TxControl |= DW_TIMER_TXCONTROL_MODE; in csi_timer_config()
232 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_start()
233 addr->TxControl |= DW_TIMER_TXCONTROL_ENABLE; /* enable the corresponding timer */ in csi_timer_start()
234 addr->TxControl &= ~DW_TIMER_TXCONTROL_INTMASK; /* enable interrupt */ in csi_timer_start()
251 addr->TxControl |= DW_TIMER_TXCONTROL_INTMASK; /* enable interrupt */ in csi_timer_stop()
252 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_stop()
281 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* stop the corresponding timer */ in csi_timer_resume()
282 addr->TxControl &= DW_TIMER_TXCONTROL_ENABLE; /* restart the corresponding timer */ in csi_timer_resume()
320 if (addr->TxControl & DW_TIMER_TXCONTROL_ENABLE) { in csi_timer_get_status()