Searched refs:bcm_pcib_set_reg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2838_pci.c | 166 bcm_pcib_set_reg(struct bcm_pcib_softc *sc, uint32_t reg, uint32_t val) in bcm_pcib_set_reg() function 186 bcm_pcib_set_reg(sc, REG_BRIDGE_CTRL, val); in bcm_pcib_reset_controller() 192 bcm_pcib_set_reg(sc, REG_BRIDGE_CTRL, val); in bcm_pcib_reset_controller() 196 bcm_pcib_set_reg(sc, REG_PCIE_HARD_DEBUG, 0); in bcm_pcib_reset_controller() 208 bcm_pcib_set_reg(sc, REG_BRIDGE_CTRL, val); in bcm_pcib_enable_controller() 285 bcm_pcib_set_reg(sc, REG_EP_CONFIG_CHOICE, func_index); in bcm_get_offset_and_prepare_config() 388 bcm_pcib_set_reg(sc, REG_MSI_CLR, 1 << irq); in bcm_pcib_msi_intr_process() 391 bcm_pcib_set_reg(sc, REG_MSI_EOI, 1); in bcm_pcib_msi_intr_process() 508 bcm_pcib_set_reg(sc, REG_MSI_CLR, 0xffffffff); in bcm_pcib_msi_attach() 550 bcm_pcib_set_reg(sc, REG_MSI_MASK_CLR, 0xffffffff); in bcm_pcib_msi_attach() [all …]
|