Searched refs:_platform (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-rpm.c | 34 #define DEFINE_CLK_RPM(_platform, _name, _active, r_id) \ argument 35 static struct clk_rpm _platform##_##_active; \ 36 static struct clk_rpm _platform##_##_name = { \ 38 .peer = &_platform##_##_active, \ 47 static struct clk_rpm _platform##_##_active = { \ 49 .peer = &_platform##_##_name, \ 60 #define DEFINE_CLK_RPM_XO_BUFFER(_platform, _name, _active, offset) \ argument 61 static struct clk_rpm _platform##_##_name = { \ 72 #define DEFINE_CLK_RPM_FIXED(_platform, _name, _active, r_id, r) \ argument 73 static struct clk_rpm _platform##_##_name = { \ [all …]
|
D | clk-smd-rpm.c | 37 #define __DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id, stat_id, \ argument 39 static struct clk_smd_rpm _platform##_##_active; \ 40 static struct clk_smd_rpm _platform##_##_name = { \ 45 .peer = &_platform##_##_active, \ 54 static struct clk_smd_rpm _platform##_##_active = { \ 60 .peer = &_platform##_##_name, \ 70 #define __DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type, r_id, \ argument 72 static struct clk_smd_rpm _platform##_##_active; \ 73 static struct clk_smd_rpm _platform##_##_name = { \ 79 .peer = &_platform##_##_active, \ [all …]
|
D | clk-rpmh.c | 56 #define __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ argument 58 static struct clk_rpmh _platform##_##_name_active; \ 59 static struct clk_rpmh _platform##_##_name = { \ 64 .peer = &_platform##_##_name_active, \ 75 static struct clk_rpmh _platform##_##_name_active = { \ 80 .peer = &_platform##_##_name, \ 91 #define DEFINE_CLK_RPMH_ARC(_platform, _name, _name_active, _res_name, \ argument 93 __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ 96 #define DEFINE_CLK_RPMH_VRM(_platform, _name, _name_active, _res_name, \ argument 98 __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rf_cfg.c | 16 u32 _platform = odm->SupportPlatform; in check_condition() local 34 if ((_platform & cond) == 0 && cond != 0x0F) in check_condition()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 290 u32 _platform = 0x08;/*SupportPlatform */ in _rtl88e_check_condition() local 307 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl88e_check_condition()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 288 u32 _platform = 0x08;/*SupportPlatform */ in _check_condition() local 305 if ((_platform & cond) == 0 && cond != 0x0F) in _check_condition()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 841 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local 858 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()
|