Home
last modified time | relevance | path

Searched refs:usec_lsb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A 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()
[all...]
H A Dsolo6x10.h186 unsigned int usec_lsb; member
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A 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()
[all...]
H A Dsolo6x10.h186 unsigned int usec_lsb; member

Completed in 3 milliseconds