Searched refs:queuebWeight (Results 1 – 2 of 2) sorted by relevance
308 semc_queueb_weight_struct_t *queuebWeight = &(config->queueWeight.queuebWeight.queuebConfig); in SEMC_GetDefaultConfig() local319 queuebWeight->qos = SEMC_BMCR1_TYPICAL_WQOS; in SEMC_GetDefaultConfig()320 queuebWeight->aging = SEMC_BMCR1_TYPICAL_WAGE; in SEMC_GetDefaultConfig()321 queuebWeight->weightPagehit = SEMC_BMCR1_TYPICAL_WPH; in SEMC_GetDefaultConfig()322 queuebWeight->slaveHitNoswitch = SEMC_BMCR1_TYPICAL_WRWS; in SEMC_GetDefaultConfig()323 queuebWeight->bankRotation = SEMC_BMCR1_TYPICAL_WBR; in SEMC_GetDefaultConfig()377 base->BMCR1 = (uint32_t)(configure->queueWeight.queuebWeight.queuebValue); in SEMC_Init()
604 semc_queueb_weight_t queuebWeight; /*!< Weight settings for queue b. */ member