Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dredboot.h30 unsigned int bi_vco; /* VCO Out from PLL */ member
H A Dppcboot.h48 unsigned long bi_vco; /* VCO Out from PLL, in MHz */ member
H A Dppcboot-hotfoot.h65 unsigned long bi_vco; /* VCO Out from PLL, in MHz */ member
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Du-boot.h59 unsigned long bi_vco; /* VCO Out from PLL, in MHz */ member
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c282 kbd->bi_vco /= 1000000L; in set_clocks_in_mhz()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c188 print_mhz("vco", bd->bi_vco); in do_bdinfo()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c614 bd->bi_vco = gd->arch.vco_out; in setup_board_part2()