Home
last modified time | relevance | path

Searched refs:ctrl_stat (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c22 struct ctrl_stat *cstat = (struct ctrl_stat *)CTRL_BASE;
62 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE; in get_sys_clk_index()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dsys_proto.h18 extern struct ctrl_stat *cstat;
H A Dcpu.h456 struct ctrl_stat { struct
/openbmc/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c261 reg = readl(&cpureg->ctrl_stat); in arch_cpu_init()
263 writel(reg, &cpureg->ctrl_stat); in arch_cpu_init()
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dcpu.h112 u32 ctrl_stat; /*0x20104 */ member
/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h218 u32 ctrl_stat; /*0x20104 */ member
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c351 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE; in get_opp_offset()