Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/gma500/
Dpsb_powermgmt.c493 if (islands & OSPM_VIDEO_ENC_ISLAND) { in ospm_power_island_down()
640 case OSPM_VIDEO_ENC_ISLAND: in ospm_power_using_hw_begin()
652 if(!ospm_power_is_hw_on(OSPM_VIDEO_ENC_ISLAND)) { in ospm_power_using_hw_begin()
655 ospm_power_island_up(OSPM_VIDEO_ENC_ISLAND); in ospm_power_using_hw_begin()
656 psb_irq_preinstall_islands(gpDrmDevice, OSPM_VIDEO_ENC_ISLAND); in ospm_power_using_hw_begin()
657 psb_irq_postinstall_islands(gpDrmDevice, OSPM_VIDEO_ENC_ISLAND); in ospm_power_using_hw_begin()
684 case OSPM_VIDEO_ENC_ISLAND: in ospm_power_using_hw_begin()
719 case OSPM_VIDEO_ENC_ISLAND: in ospm_power_using_hw_end()
Dpsb_powermgmt.h36 #define OSPM_VIDEO_ENC_ISLAND 0x2 macro