Lines Matching refs:rcfg
74 const void __iomem *rcfg, *begin, *end;
83 for (rcfg = begin; rcfg < end; rcfg += 0x1000)
84 if (check_notempty(rcfg) && check_radio_magic(rcfg))
85 return rcfg;
90 for (rcfg = begin; rcfg < end; rcfg += 0x1000)
91 if (check_notempty(rcfg) && check_radio_magic(rcfg))
92 return rcfg;
108 const void __iomem *bcfg, *rcfg;
159 rcfg = find_radio_config(flash_limit, bcfg);
160 if (!rcfg) {
165 radio_data = board_data + 0x100 + ((rcfg - bcfg) & 0xfff);
168 pr_info("Radio config found at offset 0x%x (0x%x)\n", rcfg - bcfg,
171 memcpy_fromio(radio_data, rcfg, rcfg_size);