/linux-6.14.4/arch/microblaze/lib/ |
D | ashldi3.c | 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-6.14.4/lib/ |
D | lshrdi3.c | 24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | ashrdi3.c | 26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | cs53l30.txt | 32 * carries 2-channel data in the same time. 33 * 2) TDM mode on one single data pin -- SDOUT1 carries
|
D | fsl,audmix.yaml | 17 modules (SAI). Each input serial interface carries 8 audio channels in its
|
/linux-6.14.4/Documentation/networking/ |
D | xfrm_sync.rst | 91 This TLV carries the running/current counter for byte lifetime since 96 This TLV carries the running/current counter for replay sequence since 101 This TLV carries the threshold being used by the kernel to trigger events
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | dev-kmsg | 14 carries the syslog priority and facility. The single decimal 110 The flags field carries '-' by default. A 'c' indicates a
|
/linux-6.14.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 95 /* header of first vf->pf tlv carries the offset used to calculate response 103 /* header of pf->vf tlvs, carries the status of handling the request */ 174 /* acquire response tlv - carries the allocated resources */
|
/linux-6.14.4/drivers/net/ |
D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_of.c | 381 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2 382 * carries odd pixels 383 * * DRM_LVDS_DUAL_LINK_ODD_EVEN_PIXELS - @port1 carries odd pixels and @port2 384 * carries even pixels
|
/linux-6.14.4/include/linux/ |
D | hidden.h | 10 * which carries absolute addresses which need to be fixed up when the
|
/linux-6.14.4/drivers/dma/ioat/ |
D | prep.c | 222 /* last xor descriptor carries the unmap parameters and fence bit */ in __ioat_prep_xor_lock() 229 /* completion descriptor carries interrupt bit */ in __ioat_prep_xor_lock() 432 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq_lock() 445 /* completion descriptor carries interrupt bit */ in __ioat_prep_pq_lock() 546 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq16_lock()
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | rx.h | 457 /* DW7 - carries rss_hash only when rpa_en == 1 */ 470 /* DW8 - carries filter_match only when rpa_en == 1 */ 540 /* DW7 - carries filter_match only when rpa_en == 1 */ 553 /* DW8 - carries rss_hash only when rpa_en == 1 */ 677 /* carries csum data only when rpa_en == 1 */
|
/linux-6.14.4/tools/lib/bpf/ |
D | zip.h | 18 /* Carries information on name, compression method, and data corresponding to a
|
/linux-6.14.4/tools/perf/trace/beauty/ |
D | mount_flags.c | 29 * Therefore, if this magic number is present, it carries no in syscall_arg__mask_val_mount_flags()
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | apple,nco.yaml | 17 It carries a number of independent channels and is typically used for
|
/linux-6.14.4/Documentation/gpu/rfc/ |
D | i915_vm_bind.h | 132 * Note that @fence carries its own flags. 191 * Note that @fence carries its own flags.
|
/linux-6.14.4/drivers/hwtracing/stm/ |
D | Kconfig | 35 also carries additional metadata for time correlation, better
|
/linux-6.14.4/arch/arm64/kvm/hyp/include/hyp/ |
D | fault.h | 58 * 2. The processor carries errata 834220 in __get_fault_info()
|
/linux-6.14.4/Documentation/hid/ |
D | hidreport-parsing.rst | 19 Start with the first number, 0x05: it carries 2 bits for the
|
/linux-6.14.4/net/lapb/ |
D | lapb_subr.c | 152 * I frame - carries NR/NS/PF in lapb_decode() 186 * I frame - carries NR/NS/PF in lapb_decode()
|
/linux-6.14.4/net/ax25/ |
D | ax25_subr.c | 107 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode() 122 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
|