Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2494 t_Error FM_PORT_PcdKgBindSchemes (t_Handle h_FmPort, t_FmPcdPortSchemesParams *p_PortScheme);
2510 t_Error FM_PORT_PcdKgUnbindSchemes (t_Handle h_FmPort, t_FmPcdPortSchemesParams *p_PortScheme);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5350 t_FmPcdPortSchemesParams *p_PortScheme) in FM_PORT_PcdKgBindSchemes() argument
5365 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes; in FM_PORT_PcdKgBindSchemes()
5370 p_PortScheme->h_Schemes[i]); in FM_PORT_PcdKgBindSchemes()
5390 for (i=0; i<p_PortScheme->numOfSchemes; i++) in FM_PORT_PcdKgBindSchemes()
5391 … FmPcdKgCcGetSetParams(p_FmPort->h_FmPcd, p_PortScheme->h_Schemes[i], UPDATE_KG_NIA_CC_WA, 0); in FM_PORT_PcdKgBindSchemes()
5401 t_FmPcdPortSchemesParams *p_PortScheme) in FM_PORT_PcdKgUnbindSchemes() argument
5416 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes; in FM_PORT_PcdKgUnbindSchemes()
5420 p_PortScheme->h_Schemes[i]); in FM_PORT_PcdKgUnbindSchemes()