Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c173 bcm_pcib_read_reg(struct bcm_pcib_softc *sc, uint32_t reg) in bcm_pcib_read_reg() function
184 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_reset_controller()
190 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_reset_controller()
206 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_enable_controller()
415 while ((interrupt_bitmap = bcm_pcib_read_reg(sc, REG_MSI_RAISED))) in bcm_pcib_msi_intr()
655 hardware_rev = bcm_pcib_read_reg(sc, REG_CONTROLLER_HW_REV) & 0xffff; in bcm_pcib_attach()
674 bridge_state = bcm_pcib_read_reg(sc, REG_BRIDGE_STATE); in bcm_pcib_attach()
689 link_state = bcm_pcib_read_reg(sc, REG_BRIDGE_LINK_STATE) >> 0x10; in bcm_pcib_attach()
725 tmp = bcm_pcib_read_reg(sc, REG_PCIE_HARD_DEBUG); in bcm_pcib_attach()