Searched refs:noOfEntries (Results 1 – 6 of 6) sorted by relevance
162 const UINT_32 *pSetting, UINT_32 noOfEntries);165 const UINT_32 *pSetting, UINT_32 noOfEntries);
480 valid = InitTileSettingTable(pRegValue->pTileConfig, pRegValue->noOfEntries); in HwlInitGlobalParams()1666 UINT_32 noOfEntries ///< [in] Numbe of entries in the table above in InitTileSettingTable() argument1671 ADDR_ASSERT(noOfEntries <= TileTableSize); in InitTileSettingTable()1675 if (noOfEntries != 0) in InitTileSettingTable()1677 m_noOfEntries = noOfEntries; in InitTileSettingTable()
339 BOOL_32 InitTileSettingTable(const UINT_32 *pSetting, UINT_32 noOfEntries);
2388 valid = InitTileSettingTable(pRegValue->pTileConfig, pRegValue->noOfEntries); in HwlInitGlobalParams()3115 UINT_32 noOfEntries ///< [in] Numbe of entries in the table above in InitTileSettingTable() argument3120 ADDR_ASSERT(noOfEntries <= TileTableSize); in InitTileSettingTable()3124 if (noOfEntries != 0) in InitTileSettingTable()3126 m_noOfEntries = noOfEntries; in InitTileSettingTable()
348 UINT_32 noOfEntries; ///< Number of entries in pTileConfig member
370 regValue.noOfEntries = ARRAY_SIZE(amdinfo->gb_tile_mode); in ac_addrlib_create()