Searched refs:_cfg (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/mach-s3c/ |
| H A D | gpio-cfg.h | 69 #define samsung_gpio_is_cfg_special(_cfg) \ argument 70 (((_cfg) & S3C_GPIO_SPECIAL_MARK) == S3C_GPIO_SPECIAL_MARK)
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-rcg2.c | 503 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 D | chromeos_of_hw_prober.c | 47 static const struct i2c_of_probe_cfg chromeos_i2c_probe_simple_ ## _type ## _cfg = { \
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 209 const struct pt_iommu_##fmt##_cfg *cfg, \
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu.h | 14 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg)
|
| H A D | iommu_pt.h | 1210 #define pt_iommu_table_cfg CONCATENATE(pt_iommu_table, _cfg)
|
| /linux/drivers/perf/ |
| H A D | arm-cmn.c | 1291 #define _CMN_FORMAT_ATTR(_name, _cfg, _fld) \ argument 1294 .config = _cfg, \
|