Lines Matching full:radio
46 /* broken board data detected, use radio data to find the in check_board_data()
77 * Now find the start of Radio Configuration data, using heuristics: in find_radio_config()
87 /* AR2316 relocates radio config to new location */ in find_radio_config()
118 ath25_board.radio = NULL; in ath25_find_config()
120 /* Copy the board and radio data to RAM, because accessing the mapped in ath25_find_config()
123 /* Try to find valid board and radio data */ in ath25_find_config()
126 /* If that fails, try to at least find valid radio data */ in ath25_find_config()
156 /* Radio config starts 0x100 bytes after board config, regardless in ath25_find_config()
161 pr_warn("WARNING: Could not find Radio Configuration data\n"); in ath25_find_config()
166 ath25_board.radio = radio_data; in ath25_find_config()
168 pr_info("Radio config found at offset 0x%x (0x%x)\n", rcfg - bcfg, in ath25_find_config()
175 pr_info("Radio MAC is blank; using board-data\n"); in ath25_find_config()