Ignore:
Timestamp:
2013-02-11T22:55:29Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f66886
Parents:
40762c6
Message:

Improve the dmtimer modules initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/am335x/cm_dpll_regs.h

    r40762c6 r4c754f6  
    3737#define _KERN_AM335X_CM_DPLL_REGS_H_
    3838
    39 #define AM335x_CM_CLKSEL_TIMERS_CLK32KHZ    0x02
    40 #define AM335x_CM_CLKSEL_TIMERS_CLKMOSC     0x01
    41 #define AM335x_CM_CLKSEL_TIMERS_TCLKIN      0x00
     39typedef enum {
     40        CLK_SRC_TCLKIN = 0x00,
     41        CLK_SRC_M_OSC,
     42        CLK_SRC_32_KHZ
     43} am335x_clk_src_t;
    4244
    4345typedef struct am335x_cm_dpll_regs {
     
    7678        ioport32_t clksel_gpio0_db;
    7779
    78 
    7980} am335x_cm_dpll_regs_t;
    8081
Note: See TracChangeset for help on using the changeset viewer.