Searched refs:S3C_PMDBG (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/soc/samsung/ |
H A D | s3c-pm-check.c | 54 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()
|
/linux/arch/arm/mach-s5pv210/ |
H A D | pm.c | 45 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/arch/arm/mach-s3c/ |
H A D | pm.c | 76 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() 159 S3C_PMDBG("S3C PM Resume (post-restore)\n"); in s3c_pm_enter()
|
H A D | pm-gpio.c | 55 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()
|
H A D | irq-pm-s3c64xx.c | 66 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()
|
H A D | pm-common.c | 31 S3C_PMDBG("saved %p value %08lx\n", ptr->reg, ptr->val); in s3c_pm_do_save()
|
/linux/include/linux/soc/samsung/ |
H A D | s3c-pm.h | 17 #define S3C_PMDBG(fmt...) pr_debug(fmt) macro
|