Searched refs:S3C6400_UCON_PCLK2 (Results 1 – 3 of 3) sorted by relevance
87 delta & S3C6400_UCON_PCLK2) { in s3c_pm_arch_update_uart()89 } else if (delta == S3C6400_UCON_PCLK2) { in s3c_pm_arch_update_uart()94 new_ucon ^= S3C6400_UCON_PCLK2; in s3c_pm_arch_update_uart()
86 delta & S3C6400_UCON_PCLK2) { in s3c_pm_arch_update_uart()88 } else if (delta == S3C6400_UCON_PCLK2) { in s3c_pm_arch_update_uart()91 new_ucon ^= S3C6400_UCON_PCLK2; in s3c_pm_arch_update_uart()
84 #define S3C6400_UCON_PCLK2 (2<<10) macro