Searched refs:usec_lsb (Results 1 – 2 of 2) sorted by relevance
84 long usec_lsb = solo_dev->usec_lsb; in solo_timer_sync() local86 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()
195 unsigned int usec_lsb; member