Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzr36060.c109 while (zr36060_read_status(ptr) & ZR060_CFSR_BUSY) { in zr36060_wait_end()
130 if (ptr->status & ZR060_CFSR_BUSY) { in zr36060_basic_test()
449 if (ptr->status & ZR060_CFSR_BUSY) { in zr36060_init()
H A Dzr36060.h132 #define ZR060_CFSR_BUSY BIT(7) macro