Searched refs:usec_lsb (Results 1 – 2 of 2) sorted by relevance
85 long usec_lsb = solo_dev->usec_lsb; in solo_timer_sync() local87 usec_lsb -= diff / 4; in solo_timer_sync()88 if (usec_lsb < 0) in solo_timer_sync()89 usec_lsb = 0; in solo_timer_sync()90 else if (usec_lsb > 255) in solo_timer_sync()91 usec_lsb = 255; in solo_timer_sync()93 solo_dev->usec_lsb = usec_lsb; in solo_timer_sync()95 solo_dev->usec_lsb); in solo_timer_sync()587 solo_dev->usec_lsb = 0x3f; in solo_pci_probe()
195 unsigned int usec_lsb; member