Searched refs:bcm963xx_boards (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c647 static const struct board_info __initconst *bcm963xx_boards[] = { variable in typeref:struct:__initconst
780 for (i = 0; i < ARRAY_SIZE(bcm963xx_boards); i++) {
781 if (strncmp(board_name, bcm963xx_boards[i]->name, 16))
784 memcpy(&board, bcm963xx_boards[i], sizeof(board));

Completed in 192 milliseconds