Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 11 of 11) sorted by relevance

/drivers/usb/serial/
A Dch341.c155 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument
181 unsigned int fact, div, clk_div; in ch341_get_divisor() local
195 fact = 1; in ch341_get_divisor()
205 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor()
216 fact = 0; in ch341_get_divisor()
235 if (fact == 1 && div % 2 == 0) { in ch341_get_divisor()
237 fact = 0; in ch341_get_divisor()
240 return (0x100 - div) << 8 | fact << 2 | ps; in ch341_get_divisor()
/drivers/media/pci/ivtv/
A Divtv-ioctl.c194 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/input/mouse/
A Dappletouch.c334 int fact, int *z, int *fingers) in atp_calculate_abs() argument
426 return pcum * fact / psum; in atp_calculate_abs()
/drivers/gpio/
A DTODO206 around full control of the line's state as evidenced by the fact that, for
218 non-exclusive users of the same descriptor will in fact "fight" for the
/drivers/comedi/drivers/ni_routing/
A DREADME33 through any documentation. In fact, the only consistent source of this
134 fact, the tools provided here enable quick conversion of the
/drivers/media/
A DKconfig56 are, in fact, necessary will result in the lack of the needed
/drivers/tty/vt/
A Ddefkeymap.map11 # In fact AltGr is used very little, and one more keymap can
/drivers/mtd/chips/
A DKconfig25 are in fact compatible in all but the probe method. This actually
/drivers/scsi/
A Ddc395x.c2185 int fact; in msgin_set_sync() local
2209 fact = 500; in msgin_set_sync()
2211 fact = 250; in msgin_set_sync()
/drivers/irqchip/
A DKconfig527 In fact it's not mmio map in hardware and it uses ld/st to visit the
/drivers/watchdog/
A DKconfig1732 know what you are doing and that you are in fact running on an

Completed in 34 milliseconds