Searched refs:fact (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/serial/ |
D | ch341.c | 151 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument 177 unsigned int fact, div, clk_div; in ch341_get_divisor() local 191 fact = 1; in ch341_get_divisor() 201 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor() 212 fact = 0; in ch341_get_divisor() 231 if (fact == 1 && div % 2 == 0) { in ch341_get_divisor() 233 fact = 0; in ch341_get_divisor() 236 return (0x100 - div) << 8 | fact << 2 | ps; in ch341_get_divisor()
|
/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 194 int fact = new_speed < 0 ? -1 : 1; in ivtv_validate_speed() local 206 return fact * 2000; in ivtv_validate_speed() 208 return fact * 1500; in ivtv_validate_speed() 212 return fact * 2000; in ivtv_validate_speed() 214 return fact * 1500; in ivtv_validate_speed() 216 return fact * 1000; in ivtv_validate_speed() 221 return fact * new_speed; in ivtv_validate_speed() 227 if (new_speed > 60) return 1000 / (fact * 60); in ivtv_validate_speed() 228 return 1000 / (fact * new_speed); in ivtv_validate_speed()
|
/drivers/comedi/drivers/ni_routing/ |
D | README | 33 through any documentation. In fact, the only consistent source of this 134 fact, the tools provided here enable quick conversion of the
|
/drivers/input/mouse/ |
D | appletouch.c | 334 int fact, int *z, int *fingers) in atp_calculate_abs() argument 426 return pcum * fact / psum; in atp_calculate_abs()
|
/drivers/scsi/ |
D | dc395x.c | 2564 int fact; in msgin_set_sync() local 2597 fact = 500; in msgin_set_sync() 2599 fact = 250; in msgin_set_sync() 2603 dcb->target_id, (fact == 500) ? "Wide16" : "", in msgin_set_sync() 2605 (fact / dcb->min_nego_period), in msgin_set_sync() 2606 ((fact % dcb->min_nego_period) * 10 + in msgin_set_sync()
|
/drivers/media/ |
D | Kconfig | 56 are, in fact, necessary will result in the lack of the needed
|
/drivers/tty/vt/ |
D | defkeymap.map | 11 # In fact AltGr is used very little, and one more keymap can
|
/drivers/mtd/chips/ |
D | Kconfig | 25 are in fact compatible in all but the probe method. This actually
|
/drivers/irqchip/ |
D | Kconfig | 458 In fact it's not mmio map in hardware and it uses ld/st to visit the
|
/drivers/watchdog/ |
D | Kconfig | 1615 know what you are doing and that you are in fact running on an
|