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