/src/sys/dev/fdt/ |
pwmregulator.c | 144 struct voltage_duty *voltage_table = kmem_zalloc(len, KM_SLEEP); local in function:pwmregulator_attach 146 (uint32_t *)voltage_table, len / sizeof(uint32_t)) == 0) { 147 sc->sc_voltage_table = voltage_table; 154 voltage_table[i].voltage, 155 voltage_table[i].duty);
|
pwmregulator.c | 144 struct voltage_duty *voltage_table = kmem_zalloc(len, KM_SLEEP); local in function:pwmregulator_attach 146 (uint32_t *)voltage_table, len / sizeof(uint32_t)) == 0) { 147 sc->sc_voltage_table = voltage_table; 154 voltage_table[i].voltage, 155 voltage_table[i].duty);
|
pwmregulator.c | 144 struct voltage_duty *voltage_table = kmem_zalloc(len, KM_SLEEP); local in function:pwmregulator_attach 146 (uint32_t *)voltage_table, len / sizeof(uint32_t)) == 0) { 147 sc->sc_voltage_table = voltage_table; 154 voltage_table[i].voltage, 155 voltage_table[i].duty);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega10_hwmgr.c | 2510 struct pp_atomfwctrl_voltage_table voltage_table; local in function:vega10_init_smc_table 2533 VOLTAGE_OBJ_SVID2, &voltage_table); 2534 pp_table->MaxVidStep = voltage_table.max_vid_step; 2552 data->vddc_voltage_table.psi0_enable = voltage_table.psi0_enable; 2553 data->vddc_voltage_table.psi1_enable = voltage_table.psi1_enable;
|
amdgpu_vega10_hwmgr.c | 2510 struct pp_atomfwctrl_voltage_table voltage_table; local in function:vega10_init_smc_table 2533 VOLTAGE_OBJ_SVID2, &voltage_table); 2534 pp_table->MaxVidStep = voltage_table.max_vid_step; 2552 data->vddc_voltage_table.psi0_enable = voltage_table.psi0_enable; 2553 data->vddc_voltage_table.psi1_enable = voltage_table.psi1_enable;
|
amdgpu_vega10_hwmgr.c | 2510 struct pp_atomfwctrl_voltage_table voltage_table; local in function:vega10_init_smc_table 2533 VOLTAGE_OBJ_SVID2, &voltage_table); 2534 pp_table->MaxVidStep = voltage_table.max_vid_step; 2552 data->vddc_voltage_table.psi0_enable = voltage_table.psi0_enable; 2553 data->vddc_voltage_table.psi1_enable = voltage_table.psi1_enable;
|