Lines Matching refs:prescaler
58 static inline void MIi_SetInterval( u32 ndmaNo, u32 intervalTimer, u32 prescaler ) in MIi_SetInterval() argument
64 MI_NDMA_REG( ndmaNo, MI_NDMA_REG_BCNT_WOFFSET ) = intervalTimer | prescaler; in MIi_SetInterval()
147 MIi_SetInterval( ndmaNo, config->intervalTimer, config->prescaler ); in MIi_NDma_withConfig_Dev()
217 MIi_SetInterval( ndmaNo, config->intervalTimer, config->prescaler ); in MIi_NDmaAsync_withConfig_Dev()
1659 void MI_SetNDmaInterval( u32 ndmaNo, u32 intervalTimer, u32 prescaler ) in MI_SetNDmaInterval() argument
1662 MIi_NDmaConfig[ndmaNo].prescaler = prescaler; in MI_SetNDmaInterval()
1691 return MIi_NDmaConfig[ndmaNo].prescaler; in MI_GetNDmaIntervalPrescaler()
1784 p->prescaler = MI_NDMA_INTERVAL_PS_1; in MI_InitNDmaConfig()
1951 config.prescaler = CAMERA_DMA_PRESCALER; in MI_Camera_NDmaRecv()
1979 config.prescaler = CAMERA_DMA_PRESCALER; in MI_Camera_NDmaRecvAsync()
2039 void MIi_SetNDmaInterval( u32 ndmaNo, u32 intervalTimer, u32 prescaler ) in MIi_SetNDmaInterval() argument
2041 MIi_SetInterval( ndmaNo, intervalTimer, prescaler ); in MIi_SetNDmaInterval()