Functions | |
| uint32_t | s3c24xx_get_mpllclk (void) |
| uint32_t | s3c24xx_get_upllclk (void) |
| uint32_t | s3c24xx_get_fclk (void) |
| uint32_t | s3c24xx_get_hclk (void) |
| uint32_t | s3c24xx_get_pclk (void) |
| uint32_t | s3c24xx_get_uclk (void) |
| uint32_t | s3c24x0_get_memory_size (void) |
| void __noreturn | reset_cpu (unsigned long addr) |
| void __noreturn reset_cpu | ( | unsigned long | addr | ) |
Reset the CPU.
In case of crashes, reset the CPU
| addr | Cause of crash |
| uint32_t s3c24x0_get_memory_size | ( | void | ) |
Calculate the amount of connected and available memory.
| int s3c24xx_dump_clocks | ( | void | ) |
Show the user the current clock settings.
| uint32_t s3c24xx_get_fclk | ( | void | ) |
Calculate the FCLK frequency used for the ARM CPU core.
Referenced by s3c24xx_dump_clocks(), and s3c24xx_get_hclk().
| uint32_t s3c24xx_get_hclk | ( | void | ) |
Calculate the HCLK frequency used for the AHB bus (CPU to main peripheral).
Referenced by s3c24xx_dump_clocks(), and s3c24xx_get_pclk().
| uint32_t s3c24xx_get_mpllclk | ( | void | ) |
Calculate the current M-PLL clock.
Referenced by s3c24xx_dump_clocks(), and s3c24xx_get_fclk().
| uint32_t s3c24xx_get_pclk | ( | void | ) |
Calculate the PCLK frequency used for the slower peripherals.
Referenced by s3c24xx_dump_clocks().
| uint32_t s3c24xx_get_uclk | ( | void | ) |
Calculate the UCLK frequency used by the USB host device.
| uint32_t s3c24xx_get_upllclk | ( | void | ) |
Calculate the current U-PLL clock.
Referenced by s3c24xx_dump_clocks(), and s3c24xx_get_uclk().
1.5.6