Searched refs:fwstc (Results 1 – 1 of 1) sorted by relevance
1092 u16 fwstc[4]; in dvb_get_stc() local1110 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()