Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c222 VIDEO_CLOCKS_ON, enumerator
656 if (!test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_off()
667 clear_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_off()
672 if (test_bit(VIDEO_CLOCKS_ON, &video->flags)) in aspeed_video_on()
679 set_bit(VIDEO_CLOCKS_ON, &video->flags); in aspeed_video_on()