Home
last modified time | relevance | path

Searched refs:clock_source_id_to_atom_phy_clk_src_id (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce110/
H A Damdgpu_command_table_helper_dce110.c102 static uint8_t clock_source_id_to_atom_phy_clk_src_id( in clock_source_id_to_atom_phy_clk_src_id() function
314 .clock_source_id_to_atom_phy_clk_src_id =
315 clock_source_id_to_atom_phy_clk_src_id,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce80/
H A Damdgpu_command_table_helper_dce80.c157 static uint8_t clock_source_id_to_atom_phy_clk_src_id( in clock_source_id_to_atom_phy_clk_src_id() function
339 .clock_source_id_to_atom_phy_clk_src_id =
340 clock_source_id_to_atom_phy_clk_src_id,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/
H A Damdgpu_command_table_helper_dce112.c99 static uint8_t clock_source_id_to_atom_phy_clk_src_id( in clock_source_id_to_atom_phy_clk_src_id() function
366 .clock_source_id_to_atom_phy_clk_src_id =
367 clock_source_id_to_atom_phy_clk_src_id,
H A Damdgpu_command_table_helper2_dce112.c99 static uint8_t clock_source_id_to_atom_phy_clk_src_id( in clock_source_id_to_atom_phy_clk_src_id() function
366 .clock_source_id_to_atom_phy_clk_src_id =
367 clock_source_id_to_atom_phy_clk_src_id,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h55 uint8_t (*clock_source_id_to_atom_phy_clk_src_id)( member
H A Damdgpu_command_table.c795 cmd->clock_source_id_to_atom_phy_clk_src_id(cntl->pll_id); in transmitter_control_v1_5()