Searched refs:TxControl (Results 1 – 5 of 5) sorted by relevance
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()280 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()[all …]
35 …__IOM uint8_t TxControl: 5; /* Offset: 0x008 (R/W) Clock frequency division low sec… member
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()[all …]
40 …__IOM uint8_t TxControl: 4; /* Offset: 0x008 (R/W) Clock frequency division low sect… member
187 …__IOM uint32_t TxControl; /* Offset: 0x008 (R/W) Clock frequency division low sec…
Completed in 12 milliseconds