Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c89 u32 rcwh = in_be32(&im->reset.rcwh); in board_eth_init() local
101 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()
119 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()
188 u32 rcwh = in_be32(&im->reset.rcwh); in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
305 if ((in_be32(&im->reset.rcwh) & rcw_mask) != rcw_mask) in board_pci_host_broken()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmpc5121_nfc.c523 uint rcwh; in mpc5121_nfc_read_hw_config() local
541 rcwh = in_be32(&rm->rcwhr); in mpc5121_nfc_read_hw_config()
544 rcw_width = ((rcwh >> 6) & 0x1) ? 2 : 1; in mpc5121_nfc_read_hw_config()
547 ps = (rcwh >> 7) & 0x1; in mpc5121_nfc_read_hw_config()
550 romloc = (rcwh >> 21) & 0x3; in mpc5121_nfc_read_hw_config()
/openbmc/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c131 if (!(immr->reset.rcwh & HRCWH_PCI_HOST)) { in checkboard()
138 if (immr->reset.rcwh & HRCWH_64_BIT_PCI) in checkboard()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c139 if (im->reset.rcwh & HRCWH_PCI_HOST) { in get_clocks()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h191 u32 rcwh; /* Reset Configuration Word High Register */ member