Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1156 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1162 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1166 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1170 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1175 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1181 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1185 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1190 p_FmPort->pcdEngines |= FM_PCD_PRS; in SetPcd()
1213 if ((p_FmPort->pcdEngines & FM_PCD_PRS) in SetPcd()
1222 if ((!!(p_FmPort->pcdEngines & FM_PCD_PRS) != !!p_PcdParams->p_PrsParams) in SetPcd()
[all …]
H A Dfm_port.h200 #define FM_PCD_PRS 0x80000000 /**< Parser indicated */ macro