Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-dec1.c17 struct pwc_dec1_private *pdec = &pdev->dec1; in pwc_dec1_init()
H A DMakefile3 pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o
H A Dpwc.h265 struct pwc_dec1_private dec1; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dtm6000-cardlist.rst63 - 6000:dec1
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c18008 uint32 hfactor = 0, cyc_delta, dec1 = 0, dec2, dec3, tmp; in htsf_update() local
18054 dec1 = tmp/tsf_delta; in htsf_update()
18055 dec2 = ((tmp - dec1*tsf_delta)*10) / tsf_delta; in htsf_update()
18056 tmp = (tmp - (dec1*tsf_delta))*10; in htsf_update()
18062 if (dec1 == 9) { in htsf_update()
18063 dec1 = 0; in htsf_update()
18066 dec1++; in htsf_update()
18075 htsf = ((cyc_delta * 10) / (hfactor*10+dec1)) + prev_tsf.low; in htsf_update()
18079 dhd->htsf.coefdec1 = dec1; in htsf_update()