Lines Matching defs:PP_NIslands_CACTABLES
207 struct PP_NIslands_CACTABLES struct
209 uint32_t cac_bif_lut[SMC_NISLANDS_BIF_LUT_NUM_OF_ENTRIES];
210 …cac_lkge_lut[SMC_NISLANDS_LKGE_LUT_NUM_OF_TEMP_ENTRIES][SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES];
212 uint32_t pwr_const;
214 uint32_t dc_cacValue;
215 uint32_t bif_cacValue;
216 uint32_t lkge_pwr;
218 uint8_t cac_width;
219 uint8_t window_size_p2;
221 uint8_t num_drop_lsb;
222 uint8_t padding_0;
247 typedef struct PP_NIslands_CACTABLES PP_NIslands_CACTABLES; argument