Home
last modified time | relevance | path

Searched refs:HRCWH_PCI_HOST (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/tqc/tqm834x/
Dtqm834x.c131 if (!(immr->reset.rcwh & HRCWH_PCI_HOST)) { in checkboard()
/external/u-boot/board/freescale/mpc837xemds/
Dmpc837xemds.c300 const u32 rcw_mask = HRCWH_PCI1_ARBITER_ENABLE | HRCWH_PCI_HOST; in board_pci_host_broken()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspeed.c140 if (im->reset.rcwh & HRCWH_PCI_HOST) { in get_clocks()
/external/u-boot/include/
Dmpc83xx.h719 #define HRCWH_PCI_HOST 0x80000000 macro