Searched refs:pcie2_read32 (Results 1 – 2 of 2) sorted by relevance
23 pcie2_read32(pcie2, BCMA_CORE_PCIE2_CONFIGINDADDR);24 return pcie2_read32(pcie2, BCMA_CORE_PCIE2_CONFIGINDDATA);45 val = pcie2_read32(pcie2, BCMA_CORE_PCIE2_CLK_CONTROL); in bcma_core_pcie2_war_delay_perst_enab()54 return pcie2_read32(pcie2, BCMA_CORE_PCIE2_CLK_CONTROL); in bcma_core_pcie2_war_delay_perst_enab()80 devstsctr2 = pcie2_read32(pcie2, BCMA_CORE_PCIE2_CONFIGINDDATA); in bcma_core_pcie2_hw_ltr_war()165 tmp = pcie2_read32(pcie2, BCMA_CORE_PCIE2_SPROM(54)); in bcma_core_pcie2_init()
152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) macro