Home
last modified time | relevance | path

Searched refs:bi_pcifreq (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Du-boot.h62 unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */ member
/openbmc/linux/arch/powerpc/boot/
H A Dppcboot.h52 unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */ member
H A Dppcboot-hotfoot.h69 unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */ member
/openbmc/u-boot/cmd/
H A Dbdinfo.c275 print_mhz("pcifreq", bd->bi_pcifreq); in do_bdinfo()
/openbmc/u-boot/common/
H A Dboard_f.c629 bd->bi_pcifreq = gd->pci_clk; in setup_board_part2()