| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | mcm.txt | 2 MPX LAW & Coherency Module Device Tree Binding 6 Local Access Window (LAW) Node 8 The LAW node represents the region of CCSR space where local access 18 Definition: Must include "fsl,mcm-law" 37 The MPX LAW node represents the region of CCSR space where MCM config
|
| D | ecm.txt | 2 E500 LAW & Coherency Module Device Tree Binding 6 Local Access Window (LAW) Node 8 The LAW node represents the region of CCSR space where local access 18 Definition: Must include "fsl,ecm-law" 37 The E500 LAW node represents the region of CCSR space where ECM config
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | mcm.txt | 2 MPX LAW & Coherency Module Device Tree Binding 6 Local Access Window (LAW) Node 8 The LAW node represents the region of CCSR space where local access 18 Definition: Must include "fsl,mcm-law" 37 The MPX LAW node represents the region of CCSR space where MCM config
|
| D | ecm.txt | 2 E500 LAW & Coherency Module Device Tree Binding 6 Local Access Window (LAW) Node 8 The LAW node represents the region of CCSR space where local access 18 Definition: Must include "fsl,ecm-law" 37 The E500 LAW node represents the region of CCSR space where ECM config
|
| /kernel/linux/linux-5.10/sound/core/oss/ |
| D | mulaw.c | 2 * Mu-Law conversion Plug-In Interface 29 #define SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ 31 #define NSEGS (8) /* Number of u-law segments. */ 55 * linear2ulaw() - Convert a linear PCM value to u-law 112 * ulaw2linear() - Convert a u-law value to 16-bit linear PCM 124 /* Complement to obtain normal u-law value. */ in ulaw2linear() 138 * Basic Mu-Law plugin 335 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
|
| /kernel/linux/linux-6.6/sound/core/oss/ |
| D | mulaw.c | 2 * Mu-Law conversion Plug-In Interface 29 #define SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ 31 #define NSEGS (8) /* Number of u-law segments. */ 55 * linear2ulaw() - Convert a linear PCM value to u-law 112 * ulaw2linear() - Convert a u-law value to 16-bit linear PCM 124 /* Complement to obtain normal u-law value. */ in ulaw2linear() 138 * Basic Mu-Law plugin 335 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| D | fsl_pamu.c | 589 struct ccsr_law __iomem *law; in create_csd() local 597 np = of_find_compatible_node(NULL, NULL, "fsl,corenet-law"); in create_csd() 619 /* LAW registers are at offset 0xC00 */ in create_csd() 620 law = lac + 0xC00; in create_csd() 663 /* Find the DDR LAW that maps to our buffer. */ in create_csd() 665 if (law[i].lawar & LAWAR_EN) { in create_csd() 668 law_start = make64(law[i].lawbarh, law[i].lawbarl); in create_csd() 670 (2ULL << (law[i].lawar & LAWAR_SIZE_MASK)); in create_csd() 673 law_target = law[i].lawar & LAWAR_TARGET_MASK; in create_csd() 685 /* Find a free LAW entry */ in create_csd() [all …]
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| D | fsl_pamu.c | 842 struct ccsr_law __iomem *law; in create_csd() local 850 np = of_find_compatible_node(NULL, NULL, "fsl,corenet-law"); in create_csd() 872 /* LAW registers are at offset 0xC00 */ in create_csd() 873 law = lac + 0xC00; in create_csd() 916 /* Find the DDR LAW that maps to our buffer. */ in create_csd() 918 if (law[i].lawar & LAWAR_EN) { in create_csd() 921 law_start = make64(law[i].lawbarh, law[i].lawbarl); in create_csd() 923 (2ULL << (law[i].lawar & LAWAR_SIZE_MASK)); in create_csd() 926 law_target = law[i].lawar & LAWAR_TARGET_MASK; in create_csd() 938 /* Find a free LAW entry */ in create_csd() [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | fourcc.rst | 20 - a: A-law compressed 21 - u: u-law compressed
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | fourcc.rst | 20 - a: A-law compressed 21 - u: u-law compressed
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| D | README | 10 To the maximum extent permitted by applicable law, 17 To the maximum extent permitted by applicable law,
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | README | 10 To the maximum extent permitted by applicable law, 17 To the maximum extent permitted by applicable law,
|
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| D | l1oip_codec.c | 5 * -> conversion from a-Law to u-Law 6 * -> conversion from u-Law to a-Law 22 Each sample is converted to a-LAW with only 16 steps of level resolution. 30 - 16 bits index for two samples (law encoded) with 8 bit compressed result. 33 NOTE: The bytes are handled as they are law-encoded. 268 * law conversion
|
| D | dsp_audio.c | 28 /* signed 16-bit -> law */ 187 * generate table for conversion law from/to 7-bit alaw-like sample * 210 /* spl is the source: the law-sample (converted to alaw) */ in dsp_audio_generate_seven() 231 /* mix 2*law -> law */ 235 * generate mix table to mix two law samples into one *
|
| /kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
| D | l1oip_codec.c | 5 * -> conversion from a-Law to u-Law 6 * -> conversion from u-Law to a-Law 22 Each sample is converted to a-LAW with only 16 steps of level resolution. 30 - 16 bits index for two samples (law encoded) with 8 bit compressed result. 33 NOTE: The bytes are handled as they are law-encoded. 268 * law conversion
|
| D | dsp_audio.c | 28 /* signed 16-bit -> law */ 187 * generate table for conversion law from/to 7-bit alaw-like sample * 210 /* spl is the source: the law-sample (converted to alaw) */ in dsp_audio_generate_seven() 231 /* mix 2*law -> law */ 235 * generate mix table to mix two law samples into one *
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
| D | p1022_ds.c | 133 * obtain the upper four bits, we need to scan the LAW table. The entry which 145 const struct fsl_law *law = ecm + 0xc08; in lbc_br_to_phys() 149 u64 lawbar = in_be32(&law[i].lawbar); in lbc_br_to_phys() 150 u32 lawar = in_be32(&law[i].lawar); in lbc_br_to_phys() 205 law_node = of_find_compatible_node(NULL, NULL, "fsl,ecm-law"); in p1022ds_set_monitor_port() 219 pr_err("p1022ds: LAW node is missing fsl,num-laws property\n"); in p1022ds_set_monitor_port()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
| D | p1022_ds.c | 132 * obtain the upper four bits, we need to scan the LAW table. The entry which 144 const struct fsl_law *law = ecm + 0xc08; in lbc_br_to_phys() 148 u64 lawbar = in_be32(&law[i].lawbar); in lbc_br_to_phys() 149 u32 lawar = in_be32(&law[i].lawar); in lbc_br_to_phys() 204 law_node = of_find_compatible_node(NULL, NULL, "fsl,ecm-law"); in p1022ds_set_monitor_port() 218 pr_err("p1022ds: LAW node is missing fsl,num-laws property\n"); in p1022ds_set_monitor_port()
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | am437x-vpfe.h | 69 /* Enable/disable A-Law */ 108 /* Structure for Optional A-Law */
|
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
| D | README | 10 To the maximum extent permitted by applicable law, 16 To the maximum extent permitted by applicable law,
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | am437x-vpfe.h | 69 /* Enable/disable A-Law */ 108 /* Structure for Optional A-Law */
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
| D | README | 10 To the maximum extent permitted by applicable law, 16 To the maximum extent permitted by applicable law,
|
| /kernel/linux/linux-5.10/LICENSES/dual/ |
| D | CDDL-1.0 | 320 EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO 344 law of the jurisdiction specified in a notice contained within the 345 Original Software (except to the extent applicable law, if any, 346 provides otherwise), excluding such jurisdiction's conflict-of-law 353 International Sale of Goods is expressly excluded. Any law or
|
| /kernel/linux/linux-6.6/LICENSES/dual/ |
| D | CDDL-1.0 | 320 EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO 344 law of the jurisdiction specified in a notice contained within the 345 Original Software (except to the extent applicable law, if any, 346 provides otherwise), excluding such jurisdiction's conflict-of-law 353 International Sale of Goods is expressly excluded. Any law or
|
| /kernel/linux/linux-5.10/include/media/davinci/ |
| D | dm644x_ccdc.h | 64 /* Enable/disable A-Law */ 103 /* Structure for Optional A-Law */
|