Lines Matching refs:TxControl
48 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; in timer_deactive_control()
50 addr->TxControl |= DW_TIMER_TXCONTROL_INTMASK; in timer_deactive_control()
203 addr->TxControl &= ~DW_TIMER_TXCONTROL_MODE; in csi_timer_config()
207 addr->TxControl |= DW_TIMER_TXCONTROL_MODE; in csi_timer_config()
214 addr->TxControl |= (DW_TIMER_TXCONTROL_TRIGGER); in csi_timer_config()
270 if ((addr->TxControl | 0x2) == 0x2) { in csi_timer_start()
278 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_start()
279 addr->TxControl |= DW_TIMER_TXCONTROL_ENABLE; /* enable the corresponding timer */ in csi_timer_start()
280 addr->TxControl &= ~DW_TIMER_TXCONTROL_INTMASK; /* enable interrupt */ in csi_timer_start()
286 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_start()
287 addr->TxControl |= DW_TIMER_TXCONTROL_ENABLE; /* enable the corresponding timer */ in csi_timer_start()
288 addr->TxControl &= ~DW_TIMER_TXCONTROL_INTMASK; /* enable interrupt */ in csi_timer_start()
308 addr->TxControl |= DW_TIMER_TXCONTROL_INTMASK; /* enable interrupt */ in csi_timer_stop()
309 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* disable the timer */ in csi_timer_stop()
338 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; /* stop the corresponding timer */ in csi_timer_resume()
339 addr->TxControl &= DW_TIMER_TXCONTROL_ENABLE; /* restart the corresponding timer */ in csi_timer_resume()
379 if (addr->TxControl & DW_TIMER_TXCONTROL_ENABLE) in csi_timer_get_status()