Home
last modified time | relevance | path

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

12345678910>>...16

/openbmc/linux/drivers/usb/serial/
H A Dch341.c151 #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()
/openbmc/qemu/hw/misc/
H A Dedu.c57 uint32_t fact; member
213 val = edu->fact; in edu_mmio_read()
264 edu->fact = val; in edu_mmio_write()
339 val = edu->fact; in edu_fact_thread()
352 edu->fact = ret; in edu_fact_thread()
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst47 given the fact that such drives have no movable parts, and thus, not requiring
65 with this device is supported, given the fact that they have the presence of
/openbmc/linux/kernel/rcu/
H A DKconfig.debug34 after the fact on the running kernel to be tested, if desired.
49 after the fact on the running kernel to be tested, if desired.
64 The kernel module may be built after the fact on the running kernel to be
/openbmc/linux/fs/omfs/
H A DKconfig10 more efficient than a standard FS for MPEG files, in fact likely
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-ali1563.rst22 notable exceptions. One of those happens to be the fact they upgraded the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-test-pppd_dummy.c-Fix-return-value.patch7 like the fact that we are using a function without
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dcross-compiling.patch7 In fact, our building system will export the needed commands.
/openbmc/openbmc/poky/documentation/profile-manual/
H A Darch.rst12 that together make up the Linux tracing and profiling space. The fact
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gosu/
H A Dgosu_1.17.bb3 DESCRIPTION = "This is a simple tool grown out of the simple fact that su and sudo have very strang…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate/
H A D58f7d7fdb171f80ed6ce97e6ca4409723975c47f.patch6 Update the `get_expected()` function to account for the fact that
/openbmc/linux/Documentation/hwmon/
H A Dlm83.rst41 fact that any of these motherboards do actually have an LM83, please
63 The fact that the LM83 is only scarcely used can be easily explained.
H A Dltc4215.rst29 This driver does not probe for LTC4215 devices, due to the fact that some
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst20 system, as the nbd-server is completely in userspace. In fact,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0002-net-snmp-fix-libtool-finish.patch10 In fact, configuring dynamic linker run-time bindings is meaningless
/openbmc/openbmc/poky/meta/recipes-support/libunistring/
H A Dlibunistring_1.3.bb8 particular properties of many Unicode characters. In fact, the POSIX\
/openbmc/linux/drivers/media/pci/ivtv/
H 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()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-lefi-boardinfo30 exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
/openbmc/linux/Documentation/RCU/
H A Drcu.rst24 barriers. The fact that these operations are quite expensive
26 in read-mostly situations. The fact that RCU readers need not
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DANTLR-PD18 you acknowledge this fact somewhere in the documentation,
H A DANTLR-PD-fallback5 …ercial product, research project, or otherwise) that you acknowledge this fact somewhere in the do…
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-usb25 In fact so many don't that by default, the USB core
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0001-fix-writeback-Refine-the-show_inode_state-macro-defi.patch
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A D0001-Fix-opening-etc-resolv.conf-error.patch16 In fact, handling of /etc/resolv.conf is quite distro specific. So this patch
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dremove-perl-check.patch7 perl which doesn't have XML::Parser installed, despite the fact that intltool

12345678910>>...16