Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c314 uint32_t cfgreg, brctl, ipreg; in fsl_pcib_attach() local
380 brctl = fsl_pcib_read_config(sc->sc_dev, 0, 0, 0, in fsl_pcib_attach()
382 brctl |= PCIB_BCR_SECBUS_RESET; in fsl_pcib_attach()
384 PCIR_BRIDGECTL_1, brctl, 1); in fsl_pcib_attach()
386 brctl &= ~PCIB_BCR_SECBUS_RESET; in fsl_pcib_attach()
388 PCIR_BRIDGECTL_1, brctl, 1); in fsl_pcib_attach()