Data Fields | |
| int | current_freq_index |
| int | dptc_is_active |
| int | turbo_mode_active |
| int | dvfs_is_active |
| int | suspended |
| dvfs_dptc_tables_s * | dvfs_dptc_tables_ptr |
| dptc_log_s | dptc_log_buffer |
| unsigned char * | dvfs_log_buffer |
| dma_addr_t | dvfs_log_buffer_phys |
| unsigned int | dvfs_mode |
| unsigned char * | read_ptr |
DPTC driver data structure.
Holds all driver parameters and data structures.
This variable holds the current frequency index
| int dptc_is_active |
Boolean variable, if TRUE the DPTC module is enabled if FALSE the DPTC module is disabled
The DPTC log buffer
| dvfs_dptc_tables_s* dvfs_dptc_tables_ptr |
Pointer to the DVFS & DPTC translation table
| int dvfs_is_active |
Boolean variable, if TRUE the DVFS module is enabled if FALSE the DPTC module is disabled
| unsigned char* dvfs_log_buffer |
The DVFS log buffer
| dma_addr_t dvfs_log_buffer_phys |
The DVFS log buffer physical address (for SDMA)
| unsigned int dvfs_mode |
This holds the current DVFS mode
| unsigned char* read_ptr |
Log buffer read pointer
| int suspended |
Boolean variable, if TRUE the DPTC module is suspended
Boolean variable, if TRUE turbo mode enable if FALSE turbo mode disabled
| © Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
|