Searched refs:CLK_BASE (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/clk/ralink/
H A Dclk-mtmips.c665 #define CLK_BASE(_name, _parent, _recalc) { \ macro
680 { CLK_BASE("cpu", "xtal", rt2880_cpu_recalc_rate) }
684 { CLK_BASE("cpu", "xtal", rt305x_cpu_recalc_rate) }
688 { CLK_BASE("xtal", NULL, rt5350_xtal_recalc_rate) },
689 { CLK_BASE("cpu", "xtal", rt3352_cpu_recalc_rate) }
693 { CLK_BASE("cpu", "xtal", rt3883_cpu_recalc_rate) },
694 { CLK_BASE("bus", "cpu", rt3883_bus_recalc_rate) }
698 { CLK_BASE("xtal", NULL, rt5350_xtal_recalc_rate) },
699 { CLK_BASE("cpu", "xtal", rt5350_cpu_recalc_rate) },
700 { CLK_BASE("bu
[all...]
H A Dclk-mt7621.c295 #define CLK_BASE(_name, _parent, _recalc) { \ macro
310 { CLK_BASE("xtal", NULL, mt7621_xtal_recalc_rate) },
311 { CLK_BASE("cpu", "xtal", mt7621_cpu_recalc_rate) },
312 { CLK_BASE("bus", "cpu", mt7621_bus_recalc_rate) },
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr_internal.h81 #define CLK_BASE(inst) \ macro
85 .reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvega10_reg_init.c53 adev->reg_offset[CLK_HWIP][i] = (uint32_t *)(&(CLK_BASE.instance[i]));
H A Dvega20_reg_init.c51 adev->reg_offset[CLK_HWIP][i] = (uint32_t *)(&(CLK_BASE.instance[i]));
/linux-master/drivers/gpu/drm/amd/include/
H A Dcyan_skillfish_ip_offset.h43 static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Dnavi10_ip_offset.h43 static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x00016E00, 0x00017000, 0x00017200, 0x00017E00, 0x0001B000 } }, variable in typeref:struct:IP_BASE
H A Dvega20_ip_offset.h43 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x00016E00, 0x00017000, 0x00017200, 0x0001B000, 0x0001B200 } }, variable in typeref:struct:IP_BASE
H A Dyellow_carp_offset.h33 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Drenoir_ip_offset.h51 static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x00016E00, 0x00017000, 0x00017E00, 0 } }, variable in typeref:struct:IP_BASE
H A Dvega10_ip_offset.h201 static const struct IP_BASE __maybe_unused CLK_BASE = { { { { 0x00016C00, 0, 0, 0, 0 } }, variable in typeref:struct:__maybe_unused
H A Dsienna_cichlid_ip_offset.h44 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Dbeige_goby_ip_offset.h45 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Dnavi12_ip_offset.h44 static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x02401800, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Dnavi14_ip_offset.h44 static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x02401800, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Ddimgrey_cavefish_ip_offset.h44 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Daldebaran_ip_offset.h42 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Dvangogh_ip_offset.h56 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
H A Darct_ip_offset.h45 static const struct IP_BASE CLK_BASE ={ { { { 0x000120C0, 0x00016C00, 0x00401800, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c72 static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0x02401800, 0, 0, 0, 0, 0, 0 } }, variable in typeref:struct:IP_BASE
105 (CLK_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c210 #define CLK_BASE(seg) \ macro
214 .reg_name = CLK_BASE(reg ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c186 #define CLK_BASE(seg) \ macro
190 .reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c70 (CLK_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c59 (CLK_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c51 (CLK_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)

Completed in 332 milliseconds

12