Searched refs:taskCompVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3770 if (!p_FmPortPerformanceCnt->taskCompVal
3771 || (p_FmPortPerformanceCnt->taskCompVal > p_FmPort->tasks.num))
3775 ("taskCompVal (%d) has to be in the range of 1 - %d (current value)!", p_FmPortPerformanceCnt->taskCompVal, p_FmPort->tasks.num));
3828 params.task_val = p_FmPortPerformanceCnt->taskCompVal;
3852 currParams.taskCompVal = (uint8_t)p_FmPort->tasks.num;
3897 if ((currParams.taskCompVal != 1) && !savedParams.taskCompVal)
3899 currParams.taskCompVal--;
3924 if (!savedParams.taskCompVal
[all...]
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h431 uint8_t taskCompVal; /**< Task compare value */ member in struct:t_FmPortPerformanceCnt

Completed in 127 milliseconds