Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c176 bcm_pcib_read_reg(struct bcm_pcib_softc *sc, uint32_t reg) in bcm_pcib_read_reg() function
188 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_reset_controller()
194 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_reset_controller()
210 val = bcm_pcib_read_reg(sc, REG_BRIDGE_CTRL); in bcm_pcib_enable_controller()
429 while ((interrupt_bitmap = bcm_pcib_read_reg(sc, REG_MSI_RAISED))) in bcm_pcib_msi_intr()
669 hardware_rev = bcm_pcib_read_reg(sc, REG_CONTROLLER_HW_REV) & 0xffff; in bcm_pcib_attach()
688 bridge_state = bcm_pcib_read_reg(sc, REG_BRIDGE_STATE); in bcm_pcib_attach()
703 link_state = bcm_pcib_read_reg(sc, REG_BRIDGE_LINK_STATE) >> 0x10; in bcm_pcib_attach()