Home
last modified time | relevance | path

Searched full:spl (Results 1 – 25 of 101) sorted by relevance

12345

/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Ddra72-evm-common.dtsi352 /* All SPL-* partitions are sized to minimal length
358 label = "NAND.SPL";
362 label = "NAND.SPL.backup1";
366 label = "NAND.SPL.backup2";
370 label = "NAND.SPL.backup3";
374 label = "NAND.u-boot-spl-os";
492 label = "QSPI.SPL";
496 label = "QSPI.SPL.backup1";
500 label = "QSPI.SPL.backup2";
504 label = "QSPI.SPL.backup3";
[all …]
Ddra7-evm-common.dtsi153 label = "QSPI.SPL";
157 label = "QSPI.SPL.backup1";
161 label = "QSPI.SPL.backup2";
165 label = "QSPI.SPL.backup3";
173 label = "QSPI.u-boot-spl-os";
Ddra7-evm.dts479 /* All SPL-* partitions are sized to minimal length
485 label = "NAND.SPL";
489 label = "NAND.SPL.backup1";
493 label = "NAND.SPL.backup2";
497 label = "NAND.SPL.backup3";
501 label = "NAND.u-boot-spl-os";
Dam335x-evm.dts540 /* All SPL-* partitions are sized to minimal length
546 label = "NAND.SPL";
550 label = "NAND.SPL.backup1";
554 label = "NAND.SPL.backup2";
558 label = "NAND.SPL.backup3";
562 label = "NAND.u-boot-spl-os";
Dam43x-epos-evm.dts115 "Speaker", "SPL",
787 /* All SPL-* partitions are sized to minimal length
793 label = "NAND.SPL";
797 label = "NAND.SPL.backup1";
801 label = "NAND.SPL.backup2";
805 label = "NAND.SPL.backup3";
809 label = "NAND.u-boot-spl-os";
Dam335x-guardian.dts184 * All SPL-* partitions are sized to minimal length which can
192 label = "SPL";
197 label = "SPL.backup1";
202 label = "SPL.backup2";
207 label = "SPL.backup3";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ddra72-evm-common.dtsi352 /* All SPL-* partitions are sized to minimal length
358 label = "NAND.SPL";
362 label = "NAND.SPL.backup1";
366 label = "NAND.SPL.backup2";
370 label = "NAND.SPL.backup3";
374 label = "NAND.u-boot-spl-os";
492 label = "QSPI.SPL";
496 label = "QSPI.SPL.backup1";
500 label = "QSPI.SPL.backup2";
504 label = "QSPI.SPL.backup3";
[all …]
Ddra7-evm-common.dtsi153 label = "QSPI.SPL";
157 label = "QSPI.SPL.backup1";
161 label = "QSPI.SPL.backup2";
165 label = "QSPI.SPL.backup3";
173 label = "QSPI.u-boot-spl-os";
Dam335x-guardian.dts164 * All SPL-* partitions are sized to minimal length which can
172 label = "SPL";
177 label = "SPL.backup1";
182 label = "SPL.backup2";
187 label = "SPL.backup3";
Ddra7-evm.dts479 /* All SPL-* partitions are sized to minimal length
485 label = "NAND.SPL";
489 label = "NAND.SPL.backup1";
493 label = "NAND.SPL.backup2";
497 label = "NAND.SPL.backup3";
501 label = "NAND.u-boot-spl-os";
Dam335x-evm.dts542 /* All SPL-* partitions are sized to minimal length
548 label = "NAND.SPL";
552 label = "NAND.SPL.backup1";
556 label = "NAND.SPL.backup2";
560 label = "NAND.SPL.backup3";
564 label = "NAND.u-boot-spl-os";
Dam43x-epos-evm.dts115 "Speaker", "SPL",
787 /* All SPL-* partitions are sized to minimal length
793 label = "NAND.SPL";
797 label = "NAND.SPL.backup1";
801 label = "NAND.SPL.backup2";
805 label = "NAND.SPL.backup3";
809 label = "NAND.u-boot-spl-os";
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
Dcnqf.c56 pr_debug("spl_%s: %u mW\n", state_as_str_cnqf(i), data->ps[i].spl); in amd_pmf_cnqf_dump_defaults()
79 amd_pmf_send_cmd(dev, SET_SPL, false, pc->spl, NULL); in amd_pmf_set_cnqf()
281 ms->power_control.spl = out->ps[APMF_CNQF_QUIET].spl; in amd_pmf_update_mode_set()
295 ms->power_control.spl = out->ps[APMF_CNQF_BALANCE].spl; in amd_pmf_update_mode_set()
309 ms->power_control.spl = out->ps[APMF_CNQF_PERFORMANCE].spl; in amd_pmf_update_mode_set()
323 ms->power_control.spl = out->ps[APMF_CNQF_TURBO].spl; in amd_pmf_update_mode_set()
Dauto-mode.c73 /* SPL based power limits */ in amd_pmf_dump_auto_mode_defaults()
77 pr_debug("spl_perf_on_lap: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
83 pr_debug("spl_perf: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
89 pr_debug("spl_balanced: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
95 pr_debug("spl_quiet: %u mW\n", its_mode->power_control.spl); in amd_pmf_dump_auto_mode_defaults()
117 amd_pmf_send_cmd(dev, SET_SPL, false, pwr_ctrl->spl, NULL); in amd_pmf_set_automode()
340 pwr_ctrl->spl = output.spl_quiet; in amd_pmf_load_defaults_auto_mode()
349 pwr_ctrl->spl = output.spl_balanced; in amd_pmf_load_defaults_auto_mode()
358 pwr_ctrl->spl = output.spl_perf; in amd_pmf_load_defaults_auto_mode()
367 pwr_ctrl->spl = output.spl_perf_on_lap; in amd_pmf_load_defaults_auto_mode()
Dsps.c51 pr_debug("SPL: %u mW\n", data->prop[i][j].spl); in amd_pmf_dump_sps_defaults()
79 config_store.prop[i][j].spl = output.prop[idx].spl; in amd_pmf_load_defaults_sps()
102 amd_pmf_send_cmd(dev, SET_SPL, false, config_store.prop[src][idx].spl, NULL); in amd_pmf_update_slider()
114 amd_pmf_send_cmd(dev, GET_SPL, true, ARG_NONE, &table->prop[src][idx].spl); in amd_pmf_update_slider()
Dpmf.h30 #define SET_SPL 0x03 /* SPL: Sustained Power Limit */
87 u32 spl; member
188 u32 spl; member
216 u32 spl; member
293 /* SPL based */
374 u32 spl; member
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
Ddsp_audio.c194 u8 spl; in dsp_audio_generate_seven() local
210 /* spl is the source: the law-sample (converted to alaw) */ in dsp_audio_generate_seven()
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()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Ddsp_audio.c194 u8 spl; in dsp_audio_generate_seven() local
210 /* spl is the source: the law-sample (converted to alaw) */ in dsp_audio_generate_seven()
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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/
Dti,gpmc-nand.yaml121 label = "NAND.SPL";
125 label = "NAND.SPL.backup1";
/kernel/linux/linux-5.10/sound/pci/lx6464es/
Dlx_defs.h141 SSTATE_STOP = 0x00, /* setting to stop resets the stream spl
143 SSTATE_RUN = (0x01 << 0), /* start DMA and spl count handling. */
144 SSTATE_PAUSE = (0x01 << 1), /* pause DMA and spl count handling. */
/kernel/linux/linux-6.6/sound/pci/lx6464es/
Dlx_defs.h141 SSTATE_STOP = 0x00, /* setting to stop resets the stream spl
143 SSTATE_RUN = (0x01 << 0), /* start DMA and spl count handling. */
144 SSTATE_PAUSE = (0x01 << 1), /* pause DMA and spl count handling. */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320aic31xx.txt45 * SPL, devices with stereo speaker amp
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dtlv320aic31xx.txt45 * SPL, devices with stereo speaker amp
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320aic31xx.h102 #define AIC31XX_LANALOGSPL AIC31XX_REG(1, 38) /* Left Analog Vol to SPL */
106 #define AIC31XX_SPLGAIN AIC31XX_REG(1, 42) /* SPL Driver */
/kernel/linux/linux-6.6/sound/soc/codecs/
Dtlv320aic31xx.h102 #define AIC31XX_LANALOGSPL AIC31XX_REG(1, 38) /* Left Analog Vol to SPL */
106 #define AIC31XX_SPLGAIN AIC31XX_REG(1, 42) /* SPL Driver */

12345