| /linux/drivers/i2c/busses/ |
| H A D | i2c-acorn.c | 33 u_int ones = force_ones; in ioc_setscl() local 36 ones |= SCL; in ioc_setscl() 38 ones &= ~SCL; in ioc_setscl() 40 force_ones = ones; in ioc_setscl() 42 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl() 48 u_int ones = force_ones; in ioc_setsda() local 51 ones |= SDA; in ioc_setsda() 53 ones &= ~SDA; in ioc_setsda() 55 force_ones = ones; in ioc_setsda() 57 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
|
| /linux/drivers/mmc/host/ |
| H A D | mmc_spi.c | 124 /* Specs say to write ones most of the time, even when the card 126 * This is our source of those ones. 128 void *ones; member 230 * two data bits, but otherwise it's all ones. in mmc_spi_response_get() 241 /* Card sends N(CR) (== 1..8) bytes of all-ones then one in mmc_spi_response_get() 412 * - an all-ones byte to ensure the card is ready in mmc_spi_command_send() 417 * We init the whole buffer to all-ones, which is what we need in mmc_spi_command_send() 427 /* Then, read up to 13 bytes (while writing all-ones): in mmc_spi_command_send() 428 * - N(CR) (== 1..8) bytes of all-ones in mmc_spi_command_send() 437 * - N(EC) (== 0..N) bytes of all-ones, before deselect/finish in mmc_spi_command_send() [all …]
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_host.c | 172 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 212 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 222 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 257 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 267 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 289 /* power down u3 ports except skipped ones */ in ssusb_host_suspend() 299 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
| /linux/Documentation/networking/ |
| H A D | checksum-offloads.rst | 29 ones-complement 31 The device should compute the 16-bit ones-complement checksum (i.e. the 82 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal 87 More generally, this holds in any case where the 'IP-style' ones complement 91 know that after the device has filled in that checksum, the ones complement sum
|
| H A D | x25.rst | 10 Linux. There are two sorts of X.25 cards available, intelligent ones that 11 implement LAPB on the card itself, and unintelligent ones that simply do 19 unintelligent X.25 card drivers and not by intelligent ones, this would
|
| /linux/arch/mips/include/asm/mach-dec/ |
| H A D | cpu-feature-overrides.h | 11 /* Generic ones first. */ 50 /* R3k-specific ones. */ 73 /* R4k-specific ones. */
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-address.h | 122 uint64_t ones:33; member 183 uint64_t ones:49; member 195 uint64_t ones:49; member 220 uint64_t ones:33; member 256 uint64_t ones:49; member 264 uint64_t ones:49; member
|
| /linux/include/linux/platform_data/ |
| H A D | omap-wd-timer.h | 17 * This is a subset of the ones listed in arch/arm/mach-omap2/prm.h 18 * and are the only ones needed in the watchdog driver.
|
| /linux/Documentation/fb/ |
| H A D | viafb.rst | 259 runtime. One can add new devices, remove existing ones or switch 264 to the already existing ones, '-' removes the listed devices from the 265 existing ones and if no prefix is given it replaces all existing ones 266 with the listed ones. If you remove devices they are expected to turn
|
| /linux/include/scsi/fc/ |
| H A D | fc_encaps.h | 26 __u8 fc_proto_n; /* ones complement of protocol */ 27 __u8 fc_ver_n; /* ones complement of version */ 32 __be16 fc_len_flags_n; /* ones complement of length / flags */
|
| /linux/arch/sh/include/mach-common/mach/ |
| H A D | mangle-port.h | 17 * variations of functions: non-prefixed ones that preserve the value 18 * and prefixed ones that preserve byte addresses. The latters are
|
| /linux/arch/m68k/math-emu/ |
| H A D | fp_arith.h | 18 /* easy ones */ 32 /* ones that do rounding and integer conversions */
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_map_resize.c | 60 /* fill the newly resized array with ones, in global_map_resize_bss_subtest() 79 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_bss_subtest() 130 /* fill the newly resized array with ones, in global_map_resize_data_subtest() 149 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_data_subtest()
|
| /linux/arch/mips/include/asm/mach-generic/ |
| H A D | mangle-port.h | 23 * variations of functions: non-prefixed ones that preserve the value 24 * and prefixed ones that preserve byte addresses. The latters are
|
| /linux/Documentation/locking/ |
| H A D | spinlocks.rst | 100 The single spin-lock primitives above are by no means the only ones. They 101 are the most safe ones, and the ones that work under all circumstances,
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | planar-apis.rst | 45 together with non-multi-planar ones for devices that handle both 53 FourCC codes from the existing single-planar ones.
|
| /linux/Documentation/livepatch/ |
| H A D | cumulative-patches.rst | 8 from any newer livepatch must be done on top of the older ones. 84 older ones. The old livepatches might not provide the necessary callbacks.
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | nic_common.h | 42 * We check both the high and low dword of the event for all ones. We 43 * wrote all ones when we cleared the event, and no valid event can 44 * have all ones in either its high or low dwords. This approach is
|
| /linux/arch/sh/kernel/ |
| H A D | unwinder.c | 140 * inherently more complicated than the simple ones with lower in unwind_stack() 142 * complicated ones, e.g. hitting BUG()s. If we fault in the in unwind_stack()
|
| /linux/tools/include/nolibc/ |
| H A D | sys.h | 88 * - the "internal" ones, which matches the raw syscall interface at the in sys_brk() 90 * libc-level ones. For example most of them return either a valid value in sys_brk() 94 * - the "exported" ones, whose interface must closely match the one in brk() 96 * ones rely on the internal ones, and set errno. in brk()
|
| H A D | nolibc.h | 79 * In addition, the following ones are expected to be provided by the compiler: 82 * The following ones which are part to the C standard are not provided:
|
| /linux/fs/ubifs/ |
| H A D | shrinker.c | 24 * The current shrinker first tries to evict old znodes, then young ones. 160 * We move the ones we do to the end of the list, so we stop in shrink_tnc_trees() 303 dbg_tnc("not enough old znodes, try to free young ones"); in ubifs_shrink_scan()
|
| /linux/tools/power/pm-graph/config/ |
| H A D | example.cfg | 111 # Set this to true if you intend to only use the ones defined in the config 116 # Set this to true if you intend to only use the ones defined in the config
|
| /linux/include/uapi/linux/ |
| H A D | membarrier.h | 79 * the non-expedited ones, they never block, 103 * faster than the non-expedited ones, they
|
| /linux/arch/arm64/lib/ |
| H A D | strncmp.S | 253 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 281 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */ 291 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
|