Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dps3av.h326 PS3AV_MODE_1080P50 = 10, enumerator
/linux-4.1.27/drivers/ps3/
Dps3av.c597 { PS3AV_RESBIT_1920x1080P << SHIFT_50, PS3AV_MODE_1080P50 },
/linux-4.1.27/drivers/video/fbdev/
Dps3fb.c324 if (mode <= PS3AV_MODE_1080P50 && !(id & PS3AV_MODE_FULL)) { in ps3fb_vmode()