HomeSort by: relevance | last modified time | path
    Searched defs:boardsw (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar_conf.c 211 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_info
212 if (boardsw == NULL)
214 return (*boardsw->absw_get_board_info)();
223 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_config
224 if (boardsw == NULL)
227 config->board = (*boardsw->absw_get_board_info)();
231 config->radio = (*boardsw->absw_get_radio_info)();
ar_conf.c 211 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_info
212 if (boardsw == NULL)
214 return (*boardsw->absw_get_board_info)();
223 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_config
224 if (boardsw == NULL)
227 config->board = (*boardsw->absw_get_board_info)();
231 config->radio = (*boardsw->absw_get_radio_info)();
ar_conf.c 211 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_info
212 if (boardsw == NULL)
214 return (*boardsw->absw_get_board_info)();
223 const struct atheros_boardsw * const boardsw = my_chip->ac_boardsw; local in function:atheros_get_board_config
224 if (boardsw == NULL)
227 config->board = (*boardsw->absw_get_board_info)();
231 config->radio = (*boardsw->absw_get_radio_info)();

Completed in 91 milliseconds