Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c130 p_FmPcd->numOfEnabledGuestPartitionsPcds++; in IpcMsgHandlerCB()
136 if (p_FmPcd->numOfEnabledGuestPartitionsPcds) in IpcMsgHandlerCB()
138 p_FmPcd->numOfEnabledGuestPartitionsPcds--; in IpcMsgHandlerCB()
885 p_FmPcd->numOfEnabledGuestPartitionsPcds = 0; in FM_PCD_Config()
1214 if (p_FmPcd->numOfEnabledGuestPartitionsPcds != 0) in FM_PCD_Disable()
H A Dfm_pcd.h353 uint8_t numOfEnabledGuestPartitionsPcds; member