Changeset View
Changeset View
Standalone View
Standalone View
sys/arm/ti/clk/ti_clk_clkctrl.h
Show All 26 Lines | |||||
#ifndef _TI_CLK_CLKCTRL_H_ | #ifndef _TI_CLK_CLKCTRL_H_ | ||||
#define _TI_CLK_CLKCTRL_H_ | #define _TI_CLK_CLKCTRL_H_ | ||||
#include <dev/clk/clk.h> | #include <dev/clk/clk.h> | ||||
struct ti_clk_clkctrl_def { | struct ti_clk_clkctrl_def { | ||||
struct clknode_init_def clkdef; | struct clknode_init_def clkdef; | ||||
bool gdbclk; | |||||
uint32_t register_offset; | uint32_t register_offset; | ||||
uint8_t flags; | |||||
}; | }; | ||||
int ti_clknode_clkctrl_register(struct clkdom *clkdom, struct ti_clk_clkctrl_def *clkdef); | int ti_clknode_clkctrl_register(struct clkdom *clkdom, struct ti_clk_clkctrl_def *clkdef); | ||||
#endif /* _TI_CLK_CLKCTRL_H_ */ | #endif /* _TI_CLK_CLKCTRL_H_ */ |