HomeSort by: relevance | last modified time | path
    Searched refs:levels (Results 1 - 25 of 269) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv730_dpm.c 251 &table->ACPIState.levels[0].vddc);
252 table->ACPIState.levels[0].gen2PCIE = pi->pcie_gen2 ?
254 table->ACPIState.levels[0].gen2XSP =
258 &table->ACPIState.levels[0].vddc);
259 table->ACPIState.levels[0].gen2PCIE = 0;
301 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl);
302 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL2 = cpu_to_be32(mpll_func_cntl_2);
303 table->ACPIState.levels[0].mclk.mclk730.vMPLL_FUNC_CNTL3 = cpu_to_be32(mpll_func_cntl_3);
304 table->ACPIState.levels[0].mclk.mclk730.vMCLK_PWRMGT_CNTL = cpu_to_be32(mclk_pwrmgt_cntl);
305 table->ACPIState.levels[0].mclk.mclk730.vDLL_CNTL = cpu_to_be32(dll_cntl)
    [all...]
radeon_rv740_dpm.c 339 &table->ACPIState.levels[0].vddc);
340 table->ACPIState.levels[0].gen2PCIE =
343 table->ACPIState.levels[0].gen2XSP =
347 &table->ACPIState.levels[0].vddc);
348 table->ACPIState.levels[0].gen2PCIE = 0;
378 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl);
379 table->ACPIState.levels[0].mclk.mclk770.vMPLL_AD_FUNC_CNTL_2 = cpu_to_be32(mpll_ad_func_cntl_2);
380 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL = cpu_to_be32(mpll_dq_func_cntl);
381 table->ACPIState.levels[0].mclk.mclk770.vMPLL_DQ_FUNC_CNTL_2 = cpu_to_be32(mpll_dq_func_cntl_2);
382 table->ACPIState.levels[0].mclk.mclk770.vMCLK_PWRMGT_CNTL = cpu_to_be32(mclk_pwrmgt_cntl)
    [all...]
radeon_cypress_dpm.c 781 &smc_state->levels[0],
788 &smc_state->levels[1],
795 &smc_state->levels[2],
800 smc_state->levels[0].arbValue = MC_CG_ARB_FREQ_F1;
801 smc_state->levels[1].arbValue = MC_CG_ARB_FREQ_F2;
802 smc_state->levels[2].arbValue = MC_CG_ARB_FREQ_F3;
805 smc_state->levels[0].ACIndex = 2;
806 smc_state->levels[1].ACIndex = 3;
807 smc_state->levels[2].ACIndex = 4;
809 smc_state->levels[0].ACIndex = 0
    [all...]
radeon_rv770_dpm.c 294 smc_state->levels[i].aT = cpu_to_be32(a_t);
300 smc_state->levels[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE - 1].aT =
314 smc_state->levels[i].bSP = cpu_to_be32(pi->dsp);
316 smc_state->levels[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE - 1].bSP =
690 &smc_state->levels[0],
697 &smc_state->levels[1],
704 &smc_state->levels[2],
709 smc_state->levels[0].arbValue = MC_CG_ARB_FREQ_F1;
710 smc_state->levels[1].arbValue = MC_CG_ARB_FREQ_F2;
711 smc_state->levels[2].arbValue = MC_CG_ARB_FREQ_F3
    [all...]
radeon_sumo_dpm.c 352 u32 highest_engine_clock = ps->levels[ps->num_levels - 1].sclk;
416 m_a = asi * ps->levels[i].sclk / 100;
675 pi->boost_pl = new_ps->levels[new_ps->num_levels - 1];
767 sumo_program_power_level(rdev, &new_ps->levels[i], i);
849 if (new_ps->levels[new_ps->num_levels - 1].sclk >=
850 current_ps->levels[current_ps->num_levels - 1].sclk)
867 if (new_ps->levels[new_ps->num_levels - 1].sclk <
868 current_ps->levels[current_ps->num_levels - 1].sclk)
1058 current_vddc = current_ps->levels[current_index].vddc_index;
1059 current_sclk = current_ps->levels[current_index].sclk
    [all...]
radeon_ni_dpm.c 1696 table->initialState.levels[0].mclk.vMPLL_AD_FUNC_CNTL =
1698 table->initialState.levels[0].mclk.vMPLL_AD_FUNC_CNTL_2 =
1700 table->initialState.levels[0].mclk.vMPLL_DQ_FUNC_CNTL =
1702 table->initialState.levels[0].mclk.vMPLL_DQ_FUNC_CNTL_2 =
1704 table->initialState.levels[0].mclk.vMCLK_PWRMGT_CNTL =
1706 table->initialState.levels[0].mclk.vDLL_CNTL =
1708 table->initialState.levels[0].mclk.vMPLL_SS =
1710 table->initialState.levels[0].mclk.vMPLL_SS2 =
1712 table->initialState.levels[0].mclk.mclk_value =
1715 table->initialState.levels[0].sclk.vCG_SPLL_FUNC_CNTL
    [all...]
radeon_trinity_dpm.c 854 trinity_program_power_level(rdev, &new_ps->levels[i], i);
974 if (new_ps->levels[new_ps->num_levels - 1].sclk >=
975 current_ps->levels[current_ps->num_levels - 1].sclk)
988 if (new_ps->levels[new_ps->num_levels - 1].sclk <
989 current_ps->levels[current_ps->num_levels - 1].sclk)
1336 ps->levels[0] = pi->boot_pl;
1359 pi->current_ps.levels[0] = pi->boot_pl;
1414 current_vddc = current_ps->levels[current_index].vddc_index;
1415 current_sclk = current_ps->levels[current_index].sclk;
1421 ps->levels[0].vddc_index = current_vddc
    [all...]
  /src/sys/arch/macppc/macppc/
pic_heathrow.c 157 uint32_t levels; local in function:heathrow_reenable_irq
163 levels = in32rb(INT_STATE_REG_H);
164 if (levels & mask) {
171 levels = in32rb(INT_STATE_REG_L);
172 if (levels & mask) {
198 uint32_t irqs, events, levels; local in function:heathrow_read_events
204 levels = in32rb(INT_LEVEL_REG_L) & heathrow->enable_mask_l;
205 events |= levels & heathrow->level_mask_l;
212 levels = in32rb(INT_LEVEL_REG_L) & heathrow->enable_mask_h;
213 events |= levels & heathrow->level_mask_h
    [all...]
pic_ohare.c 178 uint32_t levels; local in function:ohare_reenable_irq
183 levels = in32rb(INT_STATE_REG);
184 if (levels & mask) {
204 uint32_t irqs, events, levels; local in function:ohare_read_events
209 levels = in32rb(INT_LEVEL_REG) & ohare->enable_mask;
210 events |= levels & ohare->level_mask;
270 printf("levels: %08x\n", in32rb(INT_LEVEL_REG));
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 51 vaddr_t levels[NLEVEL]; member in struct:__anon91e1af1f0108
89 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[0];
92 pmap_kenter_pa(tester_ctx.levels[0], pa, VM_PROT_READ, 0);
102 pmap_kremove(tester_ctx.levels[0], PAGE_SIZE);
109 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[1];
113 pmap_kenter_pa(tester_ctx.levels[1], pa, VM_PROT_READ, 0);
129 pmap_kremove(tester_ctx.levels[1], PAGE_SIZE);
136 pd_entry_t *pd = (pd_entry_t *)tester_ctx.levels[2];
140 pmap_kenter_pa(tester_ctx.levels[2], pa, VM_PROT_READ, 0);
156 pmap_kremove(tester_ctx.levels[2], PAGE_SIZE)
    [all...]
  /src/sys/arch/arm/dts/
rk3399-rockpro64.dts 36 brightness-levels = <
117 cooling-levels = <0 100 150 200 255>;
  /src/sys/dev/fdt/
pwm_fan.c 80 const u_int *levels; local in function:pwm_fan_attach
91 levels = fdtbus_get_prop(phandle, "cooling-levels", &len);
93 aprint_error(": couldn't get 'cooling-levels' property\n");
99 sc->sc_levels[n] = be32toh(levels[n]);
103 aprint_normal(" (levels");
  /src/sys/arch/x86/x86/
x86_softintr.c 169 /* First, figure out which levels each IRQ uses. */
172 int levels = 0; local in function:x86_intr_calculatemasks
179 levels |= 1 << q->ih_level;
180 intrlevel[irq] = levels;
181 if (levels)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
nuvoton-npcm750-evb.dts 285 cooling-levels = <127 255>;
290 cooling-levels = /bits/ 8 <127 255>;
295 cooling-levels = /bits/ 8 <127 255>;
300 cooling-levels = /bits/ 8 <127 255>;
305 cooling-levels = /bits/ 8 <127 255>;
310 cooling-levels = /bits/ 8 <127 255>;
315 cooling-levels = /bits/ 8 <127 255>;
320 cooling-levels = /bits/ 8 <127 255>;
wm8850-w70v2.dts 22 brightness-levels = <0 40 60 80 100 130 190 255>;
sun5i-a13-utoo-p66.dts 71 /* Note levels of 10 / 20% result in backlight off */
72 brightness-levels = <0 30 40 50 60 70 80 90 100>;
at91-dvk_su60_somc_lcm.dtsi 14 brightness-levels = <0 4 8 16 32 64 128 255>;
imx53-tx53-x13x.dts 66 brightness-levels = <
86 brightness-levels = <
imx6dl-aristainetos_4.dts 18 brightness-levels = <0 4 8 16 32 64 128 255>;
imx6dl-aristainetos_7.dts 53 brightness-levels = <0 4 8 16 32 64 128 255>;
  /src/lib/libc/db/btree/
bt_debug.c 307 int levels; local in function:__bt_stat
335 /* Count the levels of the tree. */
336 for (i = P_ROOT, levels = 0 ;; ++levels) {
339 if (levels == 0)
340 levels = 1;
351 levels, levels == 1 ? "" : "s", nkeys);
  /src/lib/libkvm/
kvm_aarch64.c 116 /* how many levels of page tables do we have? */
117 u_int levels = howmany(inputsz - page_shift, pte_shift); local in function:_kvm_kvatop
122 u_int addr_shift = page_shift + (levels - 1) * pte_shift;
155 if (--levels == 0) {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
hihope-rzg2-ex-lvds.dtsi 13 brightness-levels = <0 2 8 16 32 64 128 255>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-nanopc-t4.dts 59 * With 20KHz PWM and an EVERCOOL EC4007H12SA fan, these levels
62 cooling-levels = <0 12 18 255>;
  /src/tests/usr.bin/indent/
t_misc.sh 176 warning: Standard Input:5: Reached internal limit of 20 struct levels
177 warning: Standard Input:6: Reached internal limit of 20 struct levels
178 warning: Standard Input:6: Reached internal limit of 20 struct levels
179 warning: Standard Input:6: Reached internal limit of 20 struct levels
180 warning: Standard Input:6: Reached internal limit of 20 struct levels

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011