Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1145 p_FmPort->pcdEngines = 0; in SetPcd()
1255 if (p_FmPort->pcdEngines & FM_PCD_CC) in SetPcd()
1267 if (p_FmPort->pcdEngines & FM_PCD_KG) in SetPcd()
1368 if (p_FmPort->pcdEngines & FM_PCD_PRS) in SetPcd()
1689 if (!p_FmPort->pcdEngines) in DeletePcd()
1718 if (p_FmPort->pcdEngines & FM_PCD_PRS) in DeletePcd()
1727 if (p_FmPort->pcdEngines & FM_PCD_KG) in DeletePcd()
1747 if (p_FmPort->pcdEngines & FM_PCD_CC) in DeletePcd()
1755 p_FmPort->pcdEngines = 0; in DeletePcd()
2240 p_FmPort->pcdEngines = FM_PCD_NONE; in FM_PORT_Config()
[all …]
H A Dfm_port.h893 fmPcdEngines_t pcdEngines; member