Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c44 static u32 board_caps; variable
46 #define board_is_n800() (board_caps & NOKIA_N800)
47 #define board_is_n810() (board_caps & NOKIA_N810)
48 #define board_is_n810_wimax() (board_caps & NOKIA_N810_WIMAX)
53 board_caps = NOKIA_N800; in board_check_revision()
55 board_caps = NOKIA_N810; in board_check_revision()
57 board_caps = NOKIA_N810_WIMAX; in board_check_revision()
59 if (!board_caps) in board_check_revision()
509 if (!board_caps) in n8x0_late_initcall()