Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1162 …hConfiguration(t_Handle h_Fm, uint8_t portNum, bool *p_PortConfigured, bool *p_PreFetchConfigured);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1263 bool *p_PreFetchConfigured) in FmGetPortPreFetchConfiguration() argument
1275 *p_PreFetchConfigured = FALSE; in FmGetPortPreFetchConfiguration()
1280 *p_PreFetchConfigured = (p_Fm->portsPreFetchConfigured[portNum]); in FmGetPortPreFetchConfiguration()