Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/av7110/
Dav7110.c1092 u16 fwstc[4]; in dvb_get_stc() local
1110 ret = av7110_fw_request(av7110, &tag, 0, fwstc, 4); in dvb_get_stc()
1115 dprintk(2, "fwstc = %04hx %04hx %04hx %04hx\n", fwstc[0], fwstc[1], fwstc[2], fwstc[3]); in dvb_get_stc()
1117 *stc = (((uint64_t)((fwstc[3] & 0x8000) >> 15)) << 32) | in dvb_get_stc()
1118 (((uint64_t)fwstc[1]) << 16) | ((uint64_t)fwstc[0]); in dvb_get_stc()