Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 212) sorted by relevance

123456789

/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_netdev.c39 if (encode & 0xFF) in __ifh_encode_bitfield()
40 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield()
42 if (encode & 0xFF00) in __ifh_encode_bitfield()
43 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield()
45 if (encode & 0xFF0000) in __ifh_encode_bitfield()
46 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield()
48 if (encode & 0xFF000000) in __ifh_encode_bitfield()
49 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield()
51 if (encode & 0xFF00000000) in __ifh_encode_bitfield()
52 ifh_hdr[byte - 4] |= (u8)((encode & 0xFF00000000) >> 32); in __ifh_encode_bitfield()
[all …]
/linux/tools/testing/selftests/tpm2/
A Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
43 data = ('X' * 64).encode()
44 auth = ('A' * 15).encode()
71 data = ('X' * 64).encode()
72 auth = ('A' * 20).encode()
78 auth[:-1] + 'B'.encode(), None)
90 data = ('X' * 64).encode()
91 auth = ('A' * 17).encode()
147 data = ('X' * 64).encode()
[all …]
/linux/drivers/gpu/drm/i915/gt/
A Dgen8_ppgtt.c293 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
523 gen8_pte_t encode = pte_encode; in xehp_ppgtt_insert_huge() local
536 encode |= GEN8_PDE_PS_2M; in xehp_ppgtt_insert_huge()
568 encode |= GEN12_PTE_PS64; in xehp_ppgtt_insert_huge()
582 encode | (iter->dma + i * in xehp_ppgtt_insert_huge()
628 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
639 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
662 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
721 encode = vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
725 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
[all …]
A Dintel_ppgtt.c102 u64 (*encode)(const dma_addr_t, const enum i915_cache_level)) in __set_pd_entry()
109 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry()
119 write_dma_entry(px_base(pd), idx, scratch->encode); in clear_pd_entry()
/linux/Documentation/devicetree/bindings/pci/
A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
A Dmobiveil-pcie.txt9 - #interrupt-cells: specifies the number of cells needed to encode an
29 - #interrupt-cells: specifies the number of cells needed to encode an
/linux/tools/testing/selftests/net/rds/
A Dtest.py178 f'packet {nr_send}'.encode('utf-8')).hexdigest().encode('utf-8')
187 hashlib.sha256()).update(f'<{send_data}>'.encode('utf-8'))
209 f'<{recv_data}>'.encode('utf-8'))
/linux/drivers/net/slip/
A Dslhc.c82 static unsigned char *encode(unsigned char *cp, unsigned short n);
182 encode(unsigned char *cp, unsigned short n) in encode() function
371 cp = encode(cp,deltaS); in slhc_compress()
381 cp = encode(cp,deltaS); in slhc_compress()
387 cp = encode(cp,deltaA); in slhc_compress()
393 cp = encode(cp,deltaS); in slhc_compress()
433 cp = encode(cp,deltaS); in slhc_compress()
/linux/Documentation/arch/powerpc/
A Dassociativity.rst63 prop-encoded-array: The number N of the domainIDs encoded as with encode-int, followed by
64 N domainID encoded as with encode-int
74 prop-encoded-array: The number N of the distance values encoded as with encode-int, followed by
75 N distance values encoded as with encode-bytes. The max distance value we could encode is 255.
/linux/tools/testing/selftests/turbostat/
A Dsmi_aperf_mperf.py118 expected_columns = bic.encode()
119 expected_columns_debug = EXPECTED_COLUMNS_DEBUG_DEFAULT + f'\t{bic}'.encode()
/linux/Documentation/devicetree/bindings/media/
A Dqcom,msm8916-venus.yaml7 title: Qualcomm MSM8916 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
A Dqcom,sc7180-venus.yaml7 title: Qualcomm SC7180 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
A Dqcom,sdm845-venus.yaml7 title: Qualcomm SDM845 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
A Dqcom,sdm845-venus-v2.yaml7 title: Qualcomm SDM845 Venus v2 video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
A Dqcom,sc7280-venus.yaml7 title: Qualcomm SC7280 Venus video encode and decode accelerators
13 The Venus Iris2 IP is a video encode and decode accelerator present
A Dqcom,msm8996-venus.yaml7 title: Qualcomm MSM8996 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
A Dqcom,sdm660-venus.yaml7 title: Qualcomm SDM660 Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
A Dqcom,sm8250-venus.yaml7 title: Qualcomm SM8250 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
/linux/drivers/gpu/drm/amd/amdgpu/
A Dnv.c210 static int nv_query_video_codecs(struct amdgpu_device *adev, bool encode, in nv_query_video_codecs() argument
222 if (encode) in nv_query_video_codecs()
227 if (encode) in nv_query_video_codecs()
234 if (encode) in nv_query_video_codecs()
239 if (encode) in nv_query_video_codecs()
248 if (encode) in nv_query_video_codecs()
255 if (encode) in nv_query_video_codecs()
261 if (encode) in nv_query_video_codecs()
268 if (encode) in nv_query_video_codecs()
A Damdgpu_virt.c938 struct amdgpu_video_codec_info *encode, uint32_t encode_array_size, in amdgpu_virt_update_sriov_video_codec() argument
946 if (encode) { in amdgpu_virt_update_sriov_video_codec()
948 encode[i].max_width = adev->virt.encode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec()
949 encode[i].max_pixels_per_frame = adev->virt.encode_max_frame_pixels; in amdgpu_virt_update_sriov_video_codec()
950 if (encode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec()
951 encode[i].max_height = encode[i].max_pixels_per_frame / encode[i].max_width; in amdgpu_virt_update_sriov_video_codec()
953 encode[i].max_height = 0; in amdgpu_virt_update_sriov_video_codec()
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dmsi-controller.yaml22 Typically this will encode information related to sideband data,
23 and will not encode doorbells or payloads as these can be
A Dopen-pic.txt22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
65 // Two cells to encode interrupt sources.
A Dmarvell,orion-intc.txt9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
/linux/drivers/media/platform/mediatek/vcodec/encoder/
A Dvenc_drv_base.h32 int (*encode)(void *handle, enum venc_start_opt opt, member
/linux/security/tomoyo/
A Drealpath.c259 goto encode; in tomoyo_realpath_from_path()
280 encode: in tomoyo_realpath_from_path()

Completed in 36 milliseconds

123456789