Searched refs:board_caps (Results 1 - 1 of 1) sorted by last modified time

/linux-master/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;
55 board_caps = NOKIA_N810;
57 board_caps = NOKIA_N810_WIMAX;
59 if (!board_caps)
509 if (!board_caps)

Completed in 157 milliseconds