Searched refs:prsResultOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h83 uint32_t prsResultOffset; member in struct:__anon9806
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c310 p_FmSpBufferOffsets->prsResultOffset = (uint32_t)ILLEGAL_BASE;
330 p_FmSpBufferOffsets->prsResultOffset =
355 p_FmSpBufferOffsets->prsResultOffset = p_FmSpIntContextDataCopy->extBufOffset;
725 if (p_FmVspEntry->bufferOffsets.prsResultOffset == ILLEGAL_BASE)
728 return (t_FmPrsResult *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.prsResultOffset);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2005 && (p_FmPort->bufferOffsets.prsResultOffset != ILLEGAL_BASE))
2008 (uint8_t)p_FmPort->bufferOffsets.prsResultOffset;
3498 if (p_FmPort->bufferOffsets.prsResultOffset == ILLEGAL_BASE)
3501 return (t_FmPrsResult *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.prsResultOffset);

Completed in 74 milliseconds