Searched refs:rcfg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/mips/ath25/ |
D | board.c | 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local 83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 84 if (check_notempty(rcfg) && check_radio_magic(rcfg)) in find_radio_config() 85 return rcfg; in find_radio_config() 90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 91 if (check_notempty(rcfg) && check_radio_magic(rcfg)) in find_radio_config() 92 return rcfg; in find_radio_config() 108 const void __iomem *bcfg, *rcfg; in ath25_find_config() local 159 rcfg = find_radio_config(flash_limit, bcfg); in ath25_find_config() 160 if (!rcfg) { in ath25_find_config() [all …]
|
/Linux-v5.15/sound/soc/intel/skylake/ |
D | skl-ssp-clk.c | 74 static void skl_fill_clk_ipc(struct skl_clk_rate_cfg_table *rcfg, u8 clk_type) in skl_fill_clk_ipc() argument 80 if (!rcfg) in skl_fill_clk_ipc() 83 ipc = &rcfg->dma_ctl_ipc; in skl_fill_clk_ipc() 85 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_fill_clk_ipc() 106 struct skl_clk_rate_cfg_table *rcfg, in skl_send_clk_dma_control() argument 118 if (!rcfg) in skl_send_clk_dma_control() 121 ipc = &rcfg->dma_ctl_ipc; in skl_send_clk_dma_control() 122 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_send_clk_dma_control() 164 struct skl_clk_rate_cfg_table *rcfg, in skl_get_rate_cfg() argument 169 for (i = 0; (i < SKL_MAX_CLK_RATES) && rcfg[i].rate; i++) { in skl_get_rate_cfg() [all …]
|
/Linux-v5.15/drivers/power/reset/ |
D | at91-sama5d2_shdwc.c | 93 const struct reg_config *rcfg; member 113 const struct reg_config *rcfg = shdw->rcfg; in at91_wakeup_status() local 125 if (SHDW_WK_PIN(reg, &rcfg->shdwc)) in at91_wakeup_status() 127 else if (SHDW_RTCWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 129 else if (SHDW_RTTWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 168 "r" (at91_shdwc->rcfg->pmc.mckr) in at91_poweroff() 235 const struct reg_config *rcfg = shdw->rcfg; in at91_shdwc_dt_configure() local 248 mode |= SHDW_RTCWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure() 251 mode |= SHDW_RTTWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure() 358 at91_shdwc->rcfg = match->data; in at91_shdwc_probe() [all …]
|