Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c315 uint32_t cfgreg, brctl, ipreg; in fsl_pcib_attach() local
381 brctl = fsl_pcib_read_config(sc->sc_dev, 0, 0, 0, in fsl_pcib_attach()
383 brctl |= PCIB_BCR_SECBUS_RESET; in fsl_pcib_attach()
385 PCIR_BRIDGECTL_1, brctl, 1); in fsl_pcib_attach()
387 brctl &= ~PCIB_BCR_SECBUS_RESET; in fsl_pcib_attach()
389 PCIR_BRIDGECTL_1, brctl, 1); in fsl_pcib_attach()