Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110.c1103 u16 fwstc[4]; in dvb_get_stc() local
1119 ret = av7110_fw_request(av7110, &tag, 0, fwstc, 4); in dvb_get_stc()
1124 dprintk(2, "fwstc = %04hx %04hx %04hx %04hx\n", in dvb_get_stc()
1125 fwstc[0], fwstc[1], fwstc[2], fwstc[3]); in dvb_get_stc()
1127 *stc = (((uint64_t) ((fwstc[3] & 0x8000) >> 15)) << 32) | in dvb_get_stc()
1128 (((uint64_t) fwstc[1]) << 16) | ((uint64_t) fwstc[ in dvb_get_stc()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110.c1103 u16 fwstc[4]; in dvb_get_stc() local
1121 ret = av7110_fw_request(av7110, &tag, 0, fwstc, 4); in dvb_get_stc()
1126 dprintk(2, "fwstc = %04hx %04hx %04hx %04hx\n", in dvb_get_stc()
1127 fwstc[0], fwstc[1], fwstc[2], fwstc[3]); in dvb_get_stc()
1129 *stc = (((uint64_t) ((fwstc[3] & 0x8000) >> 15)) << 32) | in dvb_get_stc()
1130 (((uint64_t) fwstc[1]) << 16) | ((uint64_t) fwstc[ in dvb_get_stc()
[all...]

Completed in 5 milliseconds