Searched refs:cx88_boards (Results 1 – 1 of 1) sorted by relevance
63 static const struct cx88_board cx88_boards[] = { variable2740 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++) in cx88_card_list()2742 core->name, i, cx88_boards[i].name); in cx88_card_list()3116 if (card[core->nr] < ARRAY_SIZE(cx88_boards)) in cx88_core_create()3127 memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board)); in cx88_core_create()