Searched refs:prsPortId (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h147 #define GET_FM_PCD_PRS_PORT_ID(prsPortId,hardwarePortId) \
148 prsPortId = (uint8_t)(hardwarePortId & 0x0f)
150 #define GET_FM_PCD_INDEX_FLAG(bitMask, prsPortId) \
151 bitMask = 0x80000000>>prsPortId
H A Dfm_prs.c281 uint8_t prsPortId; local
287 GET_FM_PCD_PRS_PORT_ID(prsPortId, hardwarePortId);
288 GET_FM_PCD_INDEX_FLAG(bitMask, prsPortId);

Completed in 118 milliseconds