/linux/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_netdev.c | 38 if (encode & 0xFF) in __ifh_encode_bitfield() 39 ifh_hdr[byte] |= (u8)((encode & 0xFF)); in __ifh_encode_bitfield() 41 if (encode & 0xFF00) in __ifh_encode_bitfield() 42 ifh_hdr[byte - 1] |= (u8)((encode & 0xFF00) >> 8); in __ifh_encode_bitfield() 44 if (encode & 0xFF0000) in __ifh_encode_bitfield() 45 ifh_hdr[byte - 2] |= (u8)((encode & 0xFF0000) >> 16); in __ifh_encode_bitfield() 47 if (encode & 0xFF000000) in __ifh_encode_bitfield() 48 ifh_hdr[byte - 3] |= (u8)((encode & 0xFF000000) >> 24); in __ifh_encode_bitfield() 50 if (encode & 0xFF00000000) in __ifh_encode_bitfield() 51 ifh_hdr[byte - 4] |= (u8)((encode & 0xFF00000000) >> 32); in __ifh_encode_bitfield() [all …]
|
/linux/tools/testing/selftests/tpm2/ |
A D | tpm2_tests.py | 23 data = ('X' * 64).encode() 24 auth = ('A' * 15).encode() 33 data = ('X' * 64).encode() 34 auth = ('A' * 15).encode() 61 data = ('X' * 64).encode() 62 auth = ('A' * 20).encode() 77 data = ('X' * 64).encode() 78 auth = ('A' * 17).encode() 95 self.client.extend_pcr(1, ('X' * ds).encode()) 134 data = ('X' * 64).encode() [all …]
|
/linux/Documentation/devicetree/bindings/rtc/ |
A D | atmel,at91sam9-rtc.txt | 7 - reg: should encode the memory region of the RTT controller 10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store 13 encode the offset within the GPBR block (or in other words, the
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | gen8_ppgtt.c | 247 vm->scratch[0]->encode, in __gen8_ppgtt_clear() 306 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc() 473 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local 484 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge() 507 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge() 566 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge() 570 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge() 653 vm->scratch[0]->encode = in gen8_init_scratch() 670 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch() 671 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch() [all …]
|
A D | intel_ppgtt.c | 100 u64 (*encode)(const dma_addr_t, const enum i915_cache_level)) in __set_pd_entry() 107 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry() 117 write_dma_entry(px_base(pd), idx, scratch->encode); in clear_pd_entry()
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | ralink,rt3883-pci.txt | 12 - #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 D | xilinx-pcie.txt | 6 - #interrupt-cells: specifies the number of cells needed to encode an 27 - #address-cells: specifies the number of cells needed to encode an 29 - #interrupt-cells: specifies the number of cells needed to encode an
|
A D | rockchip-pcie-host.txt | 6 - #interrupt-cells: specifies the number of cells needed to encode an 39 - #interrupt-cells: specifies the number of cells needed to encode an 74 - #address-cells: specifies the number of cells needed to encode an 76 - #interrupt-cells: specifies the number of cells needed to encode an
|
A D | mobiveil-pcie.txt | 9 - #interrupt-cells: specifies the number of cells needed to encode an 29 - #interrupt-cells: specifies the number of cells needed to encode an
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_virt.c | 779 struct amdgpu_video_codec_info *encode, uint32_t encode_array_size, in amdgpu_virt_update_sriov_video_codec() argument 787 if (encode) { in amdgpu_virt_update_sriov_video_codec() 789 encode[i].max_width = adev->virt.encode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec() 790 encode[i].max_pixels_per_frame = adev->virt.encode_max_frame_pixels; in amdgpu_virt_update_sriov_video_codec() 791 if (encode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec() 792 encode[i].max_height = encode[i].max_pixels_per_frame / encode[i].max_width; in amdgpu_virt_update_sriov_video_codec() 794 encode[i].max_height = 0; in amdgpu_virt_update_sriov_video_codec()
|
A D | nv.c | 180 static int nv_query_video_codecs(struct amdgpu_device *adev, bool encode, in nv_query_video_codecs() argument 188 if (encode) in nv_query_video_codecs() 193 if (encode) in nv_query_video_codecs() 201 if (encode) in nv_query_video_codecs() 207 if (encode) in nv_query_video_codecs() 213 if (encode) in nv_query_video_codecs() 220 if (encode) in nv_query_video_codecs()
|
/linux/drivers/net/slip/ |
A D | slhc.c | 82 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/powerpc/ |
A D | associativity.rst | 63 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/Documentation/devicetree/bindings/interrupt-controller/ |
A D | open-pic.txt | 22 - #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 D | msi-controller.yaml | 22 Typically this will encode information related to sideband data, 23 and will not encode doorbells or payloads as these can be
|
A D | marvell,orion-intc.txt | 9 - #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/Documentation/devicetree/bindings/media/ |
A D | qcom,msm8916-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
A D | qcom,sc7180-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
A D | qcom,sdm845-venus-v2.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
A D | qcom,sdm845-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
A D | qcom,msm8996-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
A D | qcom,sc7280-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus Iris2 IP is a video encode and decode accelerator present
|
A D | qcom,sm8250-venus.yaml | 8 title: Qualcomm Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present
|
/linux/Documentation/devicetree/bindings/security/tpm/ |
A D | ibmvtpm.txt | 14 encode the physical address field of dma-window 17 encode the size field of dma-window properties
|
/linux/drivers/clk/qcom/ |
A D | Kconfig | 116 graphics, video encode/decode, camera, etc. 241 graphics, video encode/decode, camera, etc. 266 graphics, video encode/decode, camera, etc. 275 graphics, video encode/decode, camera, etc. 299 graphics, video encode/decode, camera, etc. 325 graphics, video encode/decode, camera, etc. 453 video encode and decode. 461 video encode and decode. 533 video encode and decode. 644 video encode and decode. [all …]
|