Home
last modified time | relevance | path

Searched refs:_cfg (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/mach-s3c/
H A Dgpio-cfg.h69 #define samsung_gpio_is_cfg_special(_cfg) \ argument
70 (((_cfg) & S3C_GPIO_SPECIAL_MARK) == S3C_GPIO_SPECIAL_MARK)
/linux/drivers/clk/qcom/
H A Dclk-rcg2.c503 static int __clk_rcg2_configure_parent(struct clk_rcg2 *rcg, u8 src, u32 *_cfg) in __clk_rcg2_configure_parent() argument
511 *_cfg &= ~CFG_SRC_SEL_MASK; in __clk_rcg2_configure_parent()
512 *_cfg |= rcg->parent_map[index].cfg << CFG_SRC_SEL_SHIFT; in __clk_rcg2_configure_parent()
518 u32 *_cfg) in __clk_rcg2_configure_mnd() argument
558 *_cfg &= ~mask; in __clk_rcg2_configure_mnd()
559 *_cfg |= cfg; in __clk_rcg2_configure_mnd()
565 u32 *_cfg) in __clk_rcg2_configure() argument
569 ret = __clk_rcg2_configure_parent(rcg, f->src, _cfg); in __clk_rcg2_configure()
573 ret = __clk_rcg2_configure_mnd(rcg, f, _cfg); in __clk_rcg2_configure()
/linux/drivers/platform/chrome/
H A Dchromeos_of_hw_prober.c47 static const struct i2c_of_probe_cfg chromeos_i2c_probe_simple_ ## _type ## _cfg = { \
/linux/include/linux/generic_pt/
H A Diommu.h209 const struct pt_iommu_##fmt##_cfg *cfg, \
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu.h14 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg)
H A Diommu_pt.h1210 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg)
/linux/drivers/perf/
H A Darm-cmn.c1291 #define _CMN_FORMAT_ATTR(_name, _cfg, _fld) \ argument
1294 .config = _cfg, \