Home
last modified time | relevance | path

Searched refs:FM_PORT_GetCounter (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3869 if (FM_PORT_GetCounter(p_FmPort, e_FM_PORT_COUNTERS_TASK_UTIL)) in FM_PORT_AnalyzePerformanceParams()
3876 if (FM_PORT_GetCounter(p_FmPort, e_FM_PORT_COUNTERS_DMA_UTIL)) in FM_PORT_AnalyzePerformanceParams()
3883 if (FM_PORT_GetCounter(p_FmPort, e_FM_PORT_COUNTERS_FIFO_UTIL)) in FM_PORT_AnalyzePerformanceParams()
4027 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_CYCLE); in FM_PORT_GetBmiCounters()
4036 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_DMA_UTIL); in FM_PORT_GetBmiCounters()
4045 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_FRAME); in FM_PORT_GetBmiCounters()
4075 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_CYCLE); in FM_PORT_GetBmiCounters()
4084 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_DMA_UTIL); in FM_PORT_GetBmiCounters()
4091 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_FRAME); in FM_PORT_GetBmiCounters()
4114 FM_PORT_GetCounter(h_FmPort, e_FM_PORT_COUNTERS_CYCLE); in FM_PORT_GetBmiCounters()
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1893 uint32_t FM_PORT_GetCounter(t_Handle h_FmPort, e_FmPortCounters fmPortCounter);