Searched refs:clkctl (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/arm/lib/ |
D | asm-offsets.c | 152 DEFINE(CLKCTL_CCMR, offsetof(struct clkctl, ccr)); in main() 153 DEFINE(CLKCTL_CCDR, offsetof(struct clkctl, ccdr)); in main() 154 DEFINE(CLKCTL_CSR, offsetof(struct clkctl, csr)); in main() 155 DEFINE(CLKCTL_CCSR, offsetof(struct clkctl, ccsr)); in main() 156 DEFINE(CLKCTL_CACRR, offsetof(struct clkctl, cacrr)); in main() 157 DEFINE(CLKCTL_CBCDR, offsetof(struct clkctl, cbcdr)); in main() 158 DEFINE(CLKCTL_CBCMR, offsetof(struct clkctl, cbcmr)); in main() 159 DEFINE(CLKCTL_CSCMR1, offsetof(struct clkctl, cscmr1)); in main() 160 DEFINE(CLKCTL_CSCMR2, offsetof(struct clkctl, cscmr2)); in main() 161 DEFINE(CLKCTL_CSCDR1, offsetof(struct clkctl, cscdr1)); in main() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-mx5/ |
D | imx-regs.h | 300 struct clkctl { struct
|