Searched refs:wt (Results 1 – 3 of 3) sorted by relevance
/drivers/ide/ |
D | tx4938ide.c | 30 int wt; in tx4938ide_tune_ebusc() local 33 wt = DIV_ROUND_UP(t->act8b, cycle) - 2; in tx4938ide_tune_ebusc() 35 wt = max_t(int, wt, DIV_ROUND_UP(35, cycle)); in tx4938ide_tune_ebusc() 37 if (wt > 2 && (wt & 1)) in tx4938ide_tune_ebusc() 38 wt++; in tx4938ide_tune_ebusc() 39 wt &= ~1; in tx4938ide_tune_ebusc() 44 while ((shwt * 4 + wt + (wt ? 2 : 3)) * cycle < t->cycle) in tx4938ide_tune_ebusc() 51 ebus_ch, cycle, wt, shwt); in tx4938ide_tune_ebusc() 53 __raw_writeq((cr & ~0x3f007ull) | (wt << 12) | shwt, in tx4938ide_tune_ebusc()
|
/drivers/media/video/ |
D | tvaudio.c | 129 struct timer_list wt; member 346 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in chip_thread() 1760 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in tvaudio_s_frequency() 1913 init_timer(&chip->wt); in tvaudio_probe() 1914 chip->wt.function = chip_thread_wake; in tvaudio_probe() 1915 chip->wt.data = (unsigned long)chip; in tvaudio_probe() 1930 del_timer_sync(&chip->wt); in tvaudio_remove()
|
/drivers/usb/serial/ |
D | iuu_phoenix.c | 213 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset() argument 224 *buf_ptr++ = wt; in iuu_reset()
|