Home
last modified time | relevance | path

Searched refs:intContextOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c256 if (p_FmSpIntContextDataCopy->intContextOffset >MAX_INT_OFFSET) in FmSpCheckIntContextParams()
258 if (p_FmSpIntContextDataCopy->intContextOffset % OFFSET_UNITS) in FmSpCheckIntContextParams()
262 if (p_FmSpIntContextDataCopy->size + p_FmSpIntContextDataCopy->intContextOffset > MAX_IC_SIZE) in FmSpCheckIntContextParams()
325 p_FmSpIntContextDataCopy->intContextOffset = 16; in FmSpBuildBufferStructure()
349 p_FmSpIntContextDataCopy->intContextOffset = in FmSpBuildBufferStructure()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h66 uint8_t intContextOffset; /**< Offset within internal context to copy from member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c131 && (p_Params->intContext.intContextOffset in CheckInitParameters()
715 p_DriverParams->intContext.intContextOffset; in InitLowLevelDriver()