Home
last modified time | relevance | path

Searched refs:spl (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_audio.c194 u8 spl; in dsp_audio_generate_seven() local
211 spl = i; in dsp_audio_generate_seven()
213 spl = dsp_audio_ulaw_to_alaw[i]; in dsp_audio_generate_seven()
216 if (sorted_alaw[j] == spl) in dsp_audio_generate_seven()
223 spl = sorted_alaw[i << 1]; in dsp_audio_generate_seven()
225 spl = dsp_audio_alaw_to_ulaw[spl]; in dsp_audio_generate_seven()
226 dsp_audio_seven2law[i] = spl; in dsp_audio_generate_seven()
/Linux-v4.19/arch/mips/include/asm/mach-jz4740/
Djz4740_fb.h57 uint32_t spl; member
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-dsp.c253 unsigned int spl = bpl / 4; in read_rds_samples() local
254 unsigned int sample_count = spl * (AUD_RDS_LINES - 1); in read_rds_samples()
/Linux-v4.19/arch/arm/boot/dts/
Dkeystone-k2l-evm.dts122 label = "u-boot-spl";
Dkeystone-k2g-evm.dts255 label = "u-boot-spl";
288 label = "QSPI.u-boot-spl-os";
Dkeystone-k2e-evm.dts149 label = "u-boot-spl";
Dat91-som60.dtsi187 label = "u-boot-spl";
Dkeystone-k2hk-evm.dts173 label = "u-boot-spl";
Ddra7-evm-common.dtsi175 label = "QSPI.u-boot-spl-os";
Ddra72-evm-common.dtsi353 label = "NAND.u-boot-spl-os";
495 label = "QSPI.u-boot-spl-os";
Dam57xx-idk-common.dtsi460 label = "QSPI.u-boot-spl-os";
Dkeystone-k2g-ice.dts363 label = "QSPI.u-boot-spl-os";
Dam335x-icev2.dts321 label = "u-boot-spl";
Ddra7-evm.dts470 label = "NAND.u-boot-spl-os";
Dam335x-cm-t335.dts442 label = "spl";
Dam335x-evm.dts588 label = "NAND.u-boot-spl-os";
Dam43x-epos-evm.dts792 label = "NAND.u-boot-spl-os";
Dam437x-gp-evm.dts908 label = "NAND.u-boot-spl-os";
/Linux-v4.19/arch/mips/boot/dts/ingenic/
Dci20.dts131 label = "u-boot-spl";
/Linux-v4.19/tools/perf/arch/x86/util/
Dperf_regs.c72 SDT_NAME_REG(spl, sp),
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-davinci.txt90 label = "u-boot-spl";
/Linux-v4.19/drivers/video/fbdev/
Djz4740_fb.c361 writel(pdata->special_tft_config.spl, jzfb->base + JZ_REG_LCD_SPL); in jzfb_set_par()