Searched refs:cmp_loop (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/board/kmc/kzm9g/ |
H A D | kzm9g.c | 36 static int cmp_loop(u32 *addr, u32 data, u32 cmp) in cmp_loop() function 59 cmp_loop(&sbsc->sdgencnt, 0xffffffff, 0x0); in sbsc_init() 74 cmp_loop(&sbsc->sdpcr, 0x80, 0x80); in sbsc_init() 77 cmp_loop(&sbsc->sdgencnt, 0xffffffff, 0x0); in sbsc_init() 82 cmp_loop(&sbsc->sdgencnt, 0xffffffff, 0x0); in sbsc_init() 91 cmp_loop(&sbsc->sdgencnt, 0xffffffff, 0x0); in sbsc_init() 127 cmp_loop(&sbsc->dphycnt2, 0xffffffff, 0x07ce0000); in sbsc_init() 157 cmp_loop(&cpg->pllecr, 0x00000F00, 0x0); in s_init() 158 cmp_loop(&cpg->frqcrb, 0x80000000, 0x0); in s_init() 163 cmp_loop(&cpg->frqcrb, 0x80000000, 0x0); in s_init() [all …]
|