Searched refs:dl_control (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-firmware.c43 u32 expected, dl_control; local
46 dl_control = cx18_av_read4(cx, CXADEC_DL_CTL);
48 dl_control &= 0x00ffffff;
49 dl_control |= 0x0f000000;
50 cx18_av_write4_noretry(cx, CXADEC_DL_CTL, dl_control);
51 dl_control = cx18_av_read4(cx, CXADEC_DL_CTL);
52 } while ((dl_control & 0xff000000) != 0x0f000000);
55 while (dl_control & 0x3fff)
56 dl_control = cx18_av_read4(cx, CXADEC_DL_CTL);
61 dl_control
111 u32 dl_control = 0x0F000000 | i | ((u32)ptr[i] << 16); local
[all...]

Completed in 81 milliseconds