Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1161 t_Error FmSetPortPreFetchConfiguration(t_Handle h_Fm, uint8_t portNum, bool preFetchConfigured);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c746 FmSetPortPreFetchConfiguration(p_FmPort->h_Fm, p_FmPort->portId, in InitLowLevelDriver()
749 FmSetPortPreFetchConfiguration(p_FmPort->h_Fm, p_FmPort->portId, in InitLowLevelDriver()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1245 t_Error FmSetPortPreFetchConfiguration(t_Handle h_Fm, in FmSetPortPreFetchConfiguration() function