Home
last modified time | relevance | path

Searched refs:S3C_PMDBG (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/arch/arm/mach-s5pv210/
Dpm.c45 S3C_PMDBG("saved %p value %08lx\n", ptr->reg, ptr->val); in s3c_pm_do_save()
143 S3C_PMDBG("%s: suspending the system...\n", __func__); in s5pv210_suspend_enter()
145 S3C_PMDBG("%s: wakeup masks: %08x,%08x\n", __func__, in s5pv210_suspend_enter()
166 S3C_PMDBG("%s: wakeup stat: %08x\n", __func__, in s5pv210_suspend_enter()
171 S3C_PMDBG("%s: resuming the system...\n", __func__); in s5pv210_suspend_enter()
/Linux-v5.10/drivers/soc/samsung/
Ds3c-pm-check.c54 S3C_PMDBG("Found system RAM at %08lx..%08lx\n", in s3c_pm_run_res()
76 S3C_PMDBG("Area %08lx..%08lx, %d blocks\n", in s3c_pm_countram()
97 S3C_PMDBG("s3c_pm_prepare_check: %u checks needed\n", crc_size); in s3c_pm_check_prepare()
181 S3C_PMDBG("skipping %08lx, has stack in\n", addr); in s3c_pm_runcheck()
186 S3C_PMDBG("skipping %08lx, has crc block in\n", addr); in s3c_pm_runcheck()
197 S3C_PMDBG("Restore CRC error at %08lx (%08x vs %08x)\n", in s3c_pm_runcheck()
Ds3c-pm-debug.c60 S3C_PMDBG("UART[%p]: ULCON=%04x, UCON=%04x, UFCON=%04x, UBRDIV=%04x\n", in s3c_pm_save_uarts()
/Linux-v5.10/arch/arm/mach-s3c/
Dpm.c76 S3C_PMDBG("%s(%d)\n", __func__, state); in s3c_pm_enter()
110 S3C_PMDBG("sleep: irq wakeup masks: %08lx,%08lx\n", in s3c_pm_enter()
153 S3C_PMDBG("%s: post sleep, preparing to return\n", __func__); in s3c_pm_enter()
162 S3C_PMDBG("S3C PM Resume (post-restore)\n"); in s3c_pm_enter()
Dpm-gpio.c55 S3C_PMDBG("%s: CON %08x => %08x, DAT %08x => %08x\n", in samsung_gpio_pm_1bit_resume()
182 S3C_PMDBG("%s: CON %08x => %08x, DAT %08x => %08x\n", in samsung_gpio_pm_2bit_resume()
285 S3C_PMDBG("%s: CON4 %08x,%08x => %08x,%08x, DAT %08x => %08x\n", in samsung_gpio_pm_4bit_resume()
291 S3C_PMDBG("%s: CON4 %08x => %08x, DAT %08x => %08x\n", in samsung_gpio_pm_4bit_resume()
312 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label); in samsung_pm_save_gpio()
337 S3C_PMDBG("%s: save %08x,%08x,%08x,%08x\n", in samsung_pm_save_gpios()
358 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label); in samsung_pm_resume_gpio()
Dirq-pm-s3c64xx.c66 S3C_PMDBG("%s: suspending IRQs\n", __func__); in s3c64xx_irq_pm_suspend()
87 S3C_PMDBG("%s: resuming IRQs\n", __func__); in s3c64xx_irq_pm_resume()
100 S3C_PMDBG("%s: IRQ configuration restored\n", __func__); in s3c64xx_irq_pm_resume()
Dpm-core-s3c24xx.h63 S3C_PMDBG("IRQ %d asserted at resume\n", start+i); in s3c_pm_show_resume_irqs()
70 S3C_PMDBG("post sleep: IRQs 0x%08x, 0x%08x\n", in s3c_pm_arch_show_resume_irqs()
Dpm-s3c24xx.c79 S3C_PMDBG("Leaving IRQ %d (pin %d) as is\n", irq, pin); in s3c_pm_check_resume_pin()
82 S3C_PMDBG("Disabling IRQ %d (pin %d)\n", irq, pin); in s3c_pm_check_resume_pin()
Dpm-s3c2410.c34 S3C_PMDBG("GSTATUS3 0x%08x\n", __raw_readl(S3C2410_GSTATUS3)); in s3c2410_pm_prepare()
35 S3C_PMDBG("GSTATUS4 0x%08x\n", __raw_readl(S3C2410_GSTATUS4)); in s3c2410_pm_prepare()
Dpm-common.c31 S3C_PMDBG("saved %p value %08lx\n", ptr->reg, ptr->val); in s3c_pm_do_save()
Dpm-s3c64xx.c351 S3C_PMDBG("ucon change %04x => %04x (save=%04x)\n", in s3c_pm_arch_update_uart()
/Linux-v5.10/include/linux/soc/samsung/
Ds3c-pm.h48 #define S3C_PMDBG(fmt...) s3c_pm_dbg(fmt) macro
64 #define S3C_PMDBG(fmt...) pr_debug(fmt) macro