Searched refs:phase_delay (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.h | 293 u32 freq, s32 phase_delay); 296 u8 *flags1, u8 *flags2, u32 *freq, s32 *phase_delay); 299 u8 src_sel, u32 freq, s32 phase_delay);
|
| H A D | ice_common.c | 5377 u32 freq, s32 phase_delay) in ice_aq_set_input_pin_cfg() argument 5388 cmd->phase_delay = cpu_to_le32(phase_delay); in ice_aq_set_input_pin_cfg() 5409 u8 *flags1, u8 *flags2, u32 *freq, s32 *phase_delay) in ice_aq_get_input_pin_cfg() argument 5431 if (phase_delay) in ice_aq_get_input_pin_cfg() 5432 *phase_delay = le32_to_cpu(cmd->phase_delay); in ice_aq_get_input_pin_cfg() 5452 u8 src_sel, u32 freq, s32 phase_delay) in ice_aq_set_output_pin_cfg() argument 5463 cmd->phase_delay = cpu_to_le32(phase_delay); in ice_aq_set_output_pin_cfg()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.c | 3889 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table() 4043 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
|
| H A D | radeon_atombios.c | 3788 voltage_table->phase_delay = gpio->ucPhaseDelay; in radeon_atom_get_voltage_table()
|
| H A D | ci_dpm.c | 2079 voltage_table->phase_delay = 0; in ci_get_svi2_voltage_table()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | si_dpm.c | 4463 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table() 4617 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
|