| /linux/drivers/usb/serial/ |
| H A D | ch341.c | 155 #define CH341_CLK_DIV(ps, fact) (1 << (12 - 3 * (ps) - (fact))) argument 172 * baudrate = 48000000 / (2^(12 - 3 * ps - fact) * div), where 175 * 0 <= fact <= 1, 176 * 2 <= div <= 256 if fact = 0, or 177 * 9 <= div <= 256 if fact = 1 181 unsigned int fact, div, clk_div; in ch341_get_divisor() local 192 * Start with highest possible base clock (fact = 1) that will give a in ch341_get_divisor() 195 fact = 1; in ch341_get_divisor() 205 clk_div = CH341_CLK_DIV(ps, fact); in ch341_get_divisor() 212 /* Halve base clock (fact = 0) if required. */ in ch341_get_divisor() [all …]
|
| /linux/tools/perf/util/ |
| H A D | events_stats.h | 14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is 20 * exactly how many samples the kernel in fact dropped, i.e. it is the sum of 30 * exactly how many samples the BPF program in fact dropped, i.e. it is the sum
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-helper-board.h | 69 * fact that every Octeon board receives a unique board type 87 * fact that every Octeon board receives a unique board type 109 * fact that every Octeon board receives a unique board type
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_item.h | 25 * This is the "attr intention" log item. It is used to log the fact that some 44 * This is the "attr done" log item. It is used to log the fact that some attrs
|
| H A D | xfs_extfree_item.h | 20 * This is the "extent free intention" log item. It is used to log the fact 65 * the fact that some extents earlier mentioned in an efi item
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 34 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. 109 The kernel module may be built after the fact on the running kernel to be
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 235 called by the controller driver when needed. Fact is the JZ4740 MUSB 495 resources, and the name ``mc`` is in fact hard-coded in the MUSB core in 503 for this device; remember this is in fact the name that we used in the 608 the fact that the controller hardware is missing registers that are used 629 USB data packets of 512 bytes at once (this is in fact a bulk in/out 631 at once (this is in fact an interrupt endpoint). 672 around the fact that some interrupt bits used for USB host mode
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | atomic_fetch_add.c | 67 * complain about the fact that we're trying to modify R10. 80 * complain about the fact that we're trying to modify R10.
|
| /linux/Documentation/RCU/ |
| H A D | rcu.rst | 24 barriers. The fact that these operations are quite expensive 26 in read-mostly situations. The fact that RCU readers need not
|
| /linux/Documentation/hwmon/ |
| H A D | lm83.rst | 41 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.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 246 this outcome to occur, and in fact it does sometimes occur on x86 and 374 accessed normally without READ_ONCE() or WRITE_ONCE(). In fact, they 415 Another issue arises from the fact that in C, arguments to many 423 between them. (In fact, if the function calls are inlined then the 500 loaded. But in fact, the value stored does not really depend on 808 (In fact, the picture needs to be a little more complicated than this. 910 maintaining cache coherence and the fact that a CPU can't operate on a 1029 to each CPU before the store X does. Then the fact that X and Y are 1207 architecture. In fact, as of version 4.15, the kernel automatically 1255 The equivalent fact need not hold if W ->rfi R (i.e., W and R are on [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H A D | scosh.S | 37 | Fact := 2**(16380) 39 | cosh(X) := Fact * exp(Y').
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper-board.c | 56 * fact that every Octeon board receives a unique board type 201 * fact that every Octeon board receives a unique board type 288 * fact that every Octeon board receives a unique board type
|
| /linux/Documentation/locking/ |
| H A D | pi-futex.rst | 52 unavoidable fact of life, and once we accept that multi-task userspace 62 problems as other user-space locking constructs). Fact is, pretty much
|
| /linux/arch/loongarch/include/asm/ |
| H A D | percpu.h | 12 * The "address" (in fact, offset from $r21) of a per-CPU variable is close to 14 * loaded. Tell the compiler this fact when using explicit relocs.
|
| /linux/fs/omfs/ |
| H A D | Kconfig | 10 more efficient than a standard FS for MPEG files, in fact likely
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | disk-shock-protection.rst | 74 A word of caution: The fact that the interface operates on a basis of 76 reality. In fact, the ATA specs clearly state that the time for an
|
| /linux/include/linux/sched/ |
| H A D | deadline.h | 7 * the fact that any of them has higher prio than RT and
|
| /linux/arch/hexagon/mm/ |
| H A D | uaccess.c | 18 * and the fact that we've got a handy zero page defined in kernel/head.S
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-ali1563.rst | 22 notable exceptions. One of those happens to be the fact they upgraded the
|
| /linux/arch/sparc/include/asm/ |
| H A D | pil.h | 12 * In fact any XCALL which has to etrap/rtrap has a problem because
|
| /linux/arch/m68k/include/asm/ |
| H A D | mac_via.h | 212 * In fact we need to initialize it once at start. */ 219 /* CSA: in fact, only bits 0,1, and 4 seem to be decoded. 221 * to matter. In fact *all* of the top 8 bits seem to matter;
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-lefi-boardinfo | 30 exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
|
| /linux/arch/x86/kernel/ |
| H A D | process_32.c | 143 * The fact that Intel documents the hardware task-switching to 147 * More important, however, is the fact that this allows us much
|
| /linux/Documentation/process/ |
| H A D | handling-regressions.rst | 341 reporters and developers. In fact, only reporters are burdened with an extra 485 The fact that you have apparently been denying the regression now for 619 And the reason you state for your opinion is in fact exactly *WHY* you 635 Bugs happen. That's a fact of life. Arguing that "we had to break 744 actually buggy. In fact, it was doing exactly what it set out to do, 745 and did it very well. In fact it did it _so_ well that the much 765 patterns once we've decided just how to handle the fact that we had a
|