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

/linux-4.1.27/arch/arm/mach-omap2/
H A Dboard-n8x0.c48 static u32 board_caps; variable
50 #define board_is_n800() (board_caps & NOKIA_N800)
51 #define board_is_n810() (board_caps & NOKIA_N810)
52 #define board_is_n810_wimax() (board_caps & NOKIA_N810_WIMAX)
58 board_caps = NOKIA_N800; board_check_revision()
60 board_caps = NOKIA_N810; board_check_revision()
62 board_caps = NOKIA_N810_WIMAX; board_check_revision()
65 if (!board_caps) board_check_revision()
582 if (!board_caps) n8x0_late_initcall()

Completed in 77 milliseconds