Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c4340 uint32_t matchTableSize, adTableSize; in MatchTableSet() local
4614 err = CalcAndUpdateCcShadow(p_CcNode, isKeyTblAlloc, &matchTableSize, in MatchTableSet()
4622 p_CcNode->keysMatchTableMaxSize = matchTableSize; in MatchTableSet()
4648 matchTableSize = (uint32_t)(keySize * sizeof(uint8_t) in MatchTableSet()
4700 h_FmMuram, matchTableSize, FM_PCD_CC_KEYS_MATCH_TABLE_ALIGN); in MatchTableSet()
4707 MemSet8((uint8_t *)p_CcNode->h_KeysMatchTable, 0, matchTableSize); in MatchTableSet()