Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_drv.c300 if (!(status & VI6_STATUS_SYS_ACT(i))) in vsp1_device_init()
306 if (!(status & VI6_STATUS_SYS_ACT(i))) in vsp1_device_init()
Dvsp1_regs.h33 #define VI6_STATUS_SYS_ACT(n) (1 << ((n) + 8)) macro