Home
last modified time | relevance | path

Searched full:carries (Results 1 – 25 of 216) sorted by relevance

123456789

/linux-6.14.4/arch/microblaze/lib/
Dashldi3.c21 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()
Dlshrdi3.c21 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()
Dashrdi3.c23 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/
Dlshrdi3.c24 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()
Dashldi3.c24 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()
Dashrdi3.c26 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/
Dcs53l30.txt32 * carries 2-channel data in the same time.
33 * 2) TDM mode on one single data pin -- SDOUT1 carries
Dfsl,audmix.yaml17 modules (SAI). Each input serial interface carries 8 audio channels in its
/linux-6.14.4/Documentation/networking/
Dxfrm_sync.rst91 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/
Ddev-kmsg14 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/
Dbnx2x_vfpf.h95 /* 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/
DLICENSE.SRC2 carries the following copyright and license.
/linux-6.14.4/drivers/gpu/drm/
Ddrm_of.c381 * * 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/
Dhidden.h10 * which carries absolute addresses which need to be fixed up when the
/linux-6.14.4/drivers/dma/ioat/
Dprep.c222 /* 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/
Drx.h457 /* 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/
Dzip.h18 /* Carries information on name, compression method, and data corresponding to a
/linux-6.14.4/tools/perf/trace/beauty/
Dmount_flags.c29 * 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/
Dapple,nco.yaml17 It carries a number of independent channels and is typically used for
/linux-6.14.4/Documentation/gpu/rfc/
Di915_vm_bind.h132 * Note that @fence carries its own flags.
191 * Note that @fence carries its own flags.
/linux-6.14.4/drivers/hwtracing/stm/
DKconfig35 also carries additional metadata for time correlation, better
/linux-6.14.4/arch/arm64/kvm/hyp/include/hyp/
Dfault.h58 * 2. The processor carries errata 834220 in __get_fault_info()
/linux-6.14.4/Documentation/hid/
Dhidreport-parsing.rst19 Start with the first number, 0x05: it carries 2 bits for the
/linux-6.14.4/net/lapb/
Dlapb_subr.c152 * 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/
Dax25_subr.c107 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()

123456789