Home
last modified time | relevance | path

Searched defs:numOfProfiles (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c532 static t_Error AllocSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) in AllocSharedProfiles()
575 static void FreeSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) in FreeSharedProfiles()
850 uint16_t PlcrAllocProfilesForPartition(t_FmPcd *p_FmPcd, uint16_t base, uint16_t numOfProfiles, uin… in PlcrAllocProfilesForPartition()
930 void PlcrFreeProfilesForPartition(t_FmPcd *p_FmPcd, uint16_t base, uint16_t numOfProfiles, uint8_t … in PlcrFreeProfilesForPartition()
978 uint16_t numOfProfiles, in PlcrSetPortProfiles()
1068 t_Error FmPcdPlcrAllocProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles) in FmPcdPlcrAllocProfiles()
H A Dfm_pcd.h227 uint16_t numOfProfiles; member
263 uint16_t numOfProfiles; member
H A Dfm_kg.c1017 uint16_t profileId=0, numOfProfiles=0, relativeProfileId; in BuildSchemeRegs() local
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c656 static uint8_t AllocVSPsForPartition(t_Handle h_Fm, uint8_t base, uint8_t numOfProfiles, uint8_t g… in AllocVSPsForPartition()
728 static void FreeVSPsForPartition(t_Handle h_Fm, uint8_t base, uint8_t numOfProfiles, uint8_t guest… in FreeVSPsForPartition()
H A Dfm.h567 uint16_t numOfProfiles; member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2294 …uint8_t numOfProfiles; /**< Number of Virtual Storage Profiles; must be a power of 2 … member
H A Dfm_pcd_ext.h1661 uint8_t numOfProfiles; /**< Range of profiles starting at base */ member
1691 uint8_t numOfProfiles; /**< Range of profiles starting at base. */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4517 t_Error FM_PORT_PcdPlcrAllocProfiles(t_Handle h_FmPort, uint16_t numOfProfiles) in FM_PORT_PcdPlcrAllocProfiles()