/linux-5.10/drivers/i2c/busses/ |
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-5.10/drivers/mmc/host/ |
D | mmc_spi.c | 129 /* Specs say to write ones most of the time, even when the card 131 * This is our source of those ones. 133 void *ones; member 262 * two data bits, but otherwise it's all ones. in mmc_spi_response_get() 273 /* Card sends N(CR) (== 1..8) bytes of all-ones then one in mmc_spi_response_get() 443 * - an all-ones byte to ensure the card is ready in mmc_spi_command_send() 448 * We init the whole buffer to all-ones, which is what we need in mmc_spi_command_send() 458 /* Then, read up to 13 bytes (while writing all-ones): in mmc_spi_command_send() 459 * - N(CR) (== 1..8) bytes of all-ones in mmc_spi_command_send() 468 * - N(EC) (== 0..N) bytes of all-ones, before deselect/finish in mmc_spi_command_send() [all …]
|
/linux-5.10/arch/mips/include/asm/mach-dec/ |
D | cpu-feature-overrides.h | 11 /* Generic ones first. */ 51 /* R3k-specific ones. */ 74 /* R4k-specific ones. */
|
/linux-5.10/Documentation/networking/ |
D | checksum-offloads.rst | 32 In brief, it allows to request the device fill in a single ones-complement 34 The device should compute the 16-bit ones-complement checksum (i.e. the 87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal 92 More generally, this holds in any case where the 'IP-style' ones complement 96 know that after the device has filled in that checksum, the ones complement sum
|
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-5.10/Documentation/devicetree/bindings/usb/ |
D | mediatek,mtk-xhci.txt | 16 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in 30 the following ones are optional: 91 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in 103 - clock-names : must contain "sys_ck", and the following ones are optional:
|
/linux-5.10/arch/mips/include/asm/octeon/ |
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-5.10/drivers/staging/rtl8188eu/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist. 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-5.10/drivers/staging/rtl8723bs/ |
D | TODO | 4 ones have been removed, but things like channel > 14 still exist. 8 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-5.10/include/linux/platform_data/ |
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-5.10/arch/m68k/math-emu/ |
D | fp_arith.h | 18 /* easy ones */ 38 /* ones that do rounding and integer conversions */
|
/linux-5.10/Documentation/fb/ |
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-5.10/arch/sh/include/mach-common/mach/ |
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-5.10/include/scsi/fc/ |
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-5.10/arch/mips/include/asm/mach-generic/ |
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-5.10/arch/arm64/kernel/ |
D | insn.c | 1535 /* Doesn't handle full ones or full zeroes */ in range_of_ones() 1546 unsigned int immr, imms, n, ones, ror, esz, tmp; in aarch64_encode_immediate() local 1564 /* Can't encode full zeroes, full ones, or value wider than the mask */ in aarch64_encode_immediate() 1588 /* That's how many ones we need to encode */ in aarch64_encode_immediate() 1589 ones = hweight64(imm); in aarch64_encode_immediate() 1592 * imms is set to (ones - 1), prefixed with a string of ones in aarch64_encode_immediate() 1595 imms = ones - 1; in aarch64_encode_immediate() 1611 * Fill the unused top bits with ones, and check if in aarch64_encode_immediate() 1612 * the result is a valid immediate (all ones with a in aarch64_encode_immediate() 1621 * ones, with the first bit set at position 0 in aarch64_encode_immediate() [all …]
|
/linux-5.10/Documentation/locking/ |
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-5.10/drivers/net/wireless/ath/ath9k/ |
D | common-debug.h | 21 * @rx_pkts_all: No. of total frames received, including ones that 23 * @rx_bytes_all: No. of total bytes received, including ones that
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | planar-apis.rst | 44 together with non-multi-planar ones for devices that handle both 52 FourCC codes from the existing single-planar ones.
|
/linux-5.10/Documentation/livepatch/ |
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-5.10/Documentation/devicetree/bindings/ |
D | submitting-patches.rst | 71 which ones to review and which ones are ok to let go.
|
/linux-5.10/drivers/net/ethernet/sfc/ |
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-5.10/include/net/sctp/ |
D | constants.h | 182 * accept new associations, but it can initiate the creation of new ones. 184 * accept new associations and can initiate the creation of new ones. 189 * accept new associations, but it can initiate the creation of new ones. 191 * accept new associations, but cannot initiate the creation of new ones.
|
/linux-5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.c | 941 const u16 ONES = 0x03; in vidtv_psi_pat_table_init() local 949 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pat_table_init() 1125 const u16 ONES = 0x03; in vidtv_psi_pmt_table_init() local 1138 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pmt_table_init() 1145 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init() 1270 const u16 ONES = 0x03; in vidtv_psi_sdt_table_init() local 1278 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init() 1290 sdt->header.one2 = ONES; in vidtv_psi_sdt_table_init() 1594 const u16 ONES = 0x03; in vidtv_psi_nit_table_init() local 1607 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init() [all …]
|
/linux-5.10/arch/sh/kernel/ |
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()
|