Lines Matching refs:ucount
1626 uint32_t ucount; in vega12_get_sclks() local
1634 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_sclks()
1637 for (i = 0; i < ucount; i++) { in vega12_get_sclks()
1644 clocks->num_levels = ucount; in vega12_get_sclks()
1659 uint32_t ucount; in vega12_get_memclocks() local
1666 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_memclocks()
1669 for (i = 0; i < ucount; i++) { in vega12_get_memclocks()
1677 clocks->num_levels = data->mclk_latency_table.count = ucount; in vega12_get_memclocks()
1686 uint32_t ucount; in vega12_get_dcefclocks() local
1695 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_dcefclocks()
1698 for (i = 0; i < ucount; i++) { in vega12_get_dcefclocks()
1705 clocks->num_levels = ucount; in vega12_get_dcefclocks()
1714 uint32_t ucount; in vega12_get_socclocks() local
1723 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ? in vega12_get_socclocks()
1726 for (i = 0; i < ucount; i++) { in vega12_get_socclocks()
1733 clocks->num_levels = ucount; in vega12_get_socclocks()