Searched refs:_cfg (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/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-6.15/drivers/clk/samsung/ |
| H A D | clk.h | 298 #define CPU_CLK(_id, _name, _pid, _apid, _flags, _offset, _layout, _cfg) \ argument 307 .cfg = _cfg, \
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | drv.c | 555 _rf_id, _rf_step, _no_160, _cores, _cdb, _cfg, _name) \ argument 556 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 561 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 564 IWL_CFG_ANY, _cfg, _name)
|
| /linux-6.15/drivers/perf/ |
| H A D | arm-cmn.c | 1288 #define _CMN_FORMAT_ATTR(_name, _cfg, _fld) \ argument 1291 .config = _cfg, \
|