Searched refs:board_caps (Results 1 – 1 of 1) sorted by relevance
45 static u32 board_caps; variable47 #define board_is_n800() (board_caps & NOKIA_N800)48 #define board_is_n810() (board_caps & NOKIA_N810)49 #define board_is_n810_wimax() (board_caps & NOKIA_N810_WIMAX)54 board_caps = NOKIA_N800; in board_check_revision()56 board_caps = NOKIA_N810; in board_check_revision()58 board_caps = NOKIA_N810_WIMAX; in board_check_revision()60 if (!board_caps) in board_check_revision()576 if (!board_caps) in n8x0_late_initcall()