Home
last modified time | relevance | path

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

/drivers/media/pci/solo6x10/
Dsolo6x10-core.c76 long usec_lsb = solo_dev->usec_lsb; in solo_timer_sync() local
78 usec_lsb -= diff / 4; in solo_timer_sync()
79 if (usec_lsb < 0) in solo_timer_sync()
80 usec_lsb = 0; in solo_timer_sync()
81 else if (usec_lsb > 255) in solo_timer_sync()
82 usec_lsb = 255; in solo_timer_sync()
84 solo_dev->usec_lsb = usec_lsb; in solo_timer_sync()
86 solo_dev->usec_lsb); in solo_timer_sync()
579 solo_dev->usec_lsb = 0x3f; in solo_pci_probe()
Dsolo6x10.h186 unsigned int usec_lsb; member