Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-core.c84 long usec_lsb = solo_dev->usec_lsb; in solo_timer_sync() local
86 usec_lsb -= diff / 4; in solo_timer_sync()
87 if (usec_lsb < 0) in solo_timer_sync()
88 usec_lsb = 0; in solo_timer_sync()
89 else if (usec_lsb > 255) in solo_timer_sync()
90 usec_lsb = 255; in solo_timer_sync()
92 solo_dev->usec_lsb = usec_lsb; in solo_timer_sync()
94 solo_dev->usec_lsb); in solo_timer_sync()
599 solo_dev->usec_lsb = 0x3f; in solo_pci_probe()
Dsolo6x10.h195 unsigned int usec_lsb; member