Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c43 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_LCS); in rockchip_pcie_enable_bw_int()
52 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_LCS); in rockchip_pcie_clr_bw_int()
62 val = rockchip_pcie_read(rockchip, PCIE_CORE_TXCREDIT_CFG1); in rockchip_pcie_update_txcredit_mui()
90 val = rockchip_pcie_read(rockchip, PCIE_CORE_LANE_MAP); in rockchip_pcie_lane_map()
281 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_DCR); in rockchip_pcie_set_power_limit()
304 status = rockchip_pcie_read(rockchip, PCIE_CORE_CTRL_PLC1); in rockchip_pcie_host_init_port()
312 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_LCS); in rockchip_pcie_host_init_port()
317 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_LCS); in rockchip_pcie_host_init_port()
341 status = rockchip_pcie_read(rockchip, PCIE_RC_CONFIG_LCS); in rockchip_pcie_host_init_port()
353 status = rockchip_pcie_read(rockchip, PCIE_CORE_CTRL); in rockchip_pcie_host_init_port()
[all …]
H A Dpcie-rockchip-ep.c116 reg = rockchip_pcie_read(rockchip, PCIE_EP_CONFIG_DID_VID); in rockchip_pcie_ep_write_header()
192 cfg = rockchip_pcie_read(rockchip, reg); in rockchip_pcie_ep_set_bar()
224 cfg = rockchip_pcie_read(rockchip, reg); in rockchip_pcie_ep_clear_bar()
284 flags = rockchip_pcie_read(rockchip, in rockchip_pcie_ep_set_msi()
304 flags = rockchip_pcie_read(rockchip, in rockchip_pcie_ep_get_msi()
341 cmd = rockchip_pcie_read(&ep->rockchip, in rockchip_pcie_ep_send_legacy_irq()
369 flags = rockchip_pcie_read(&ep->rockchip, in rockchip_pcie_ep_send_msi_irq()
384 data = rockchip_pcie_read(rockchip, in rockchip_pcie_ep_send_msi_irq()
391 pci_addr = rockchip_pcie_read(rockchip, in rockchip_pcie_ep_send_msi_irq()
396 pci_addr |= rockchip_pcie_read(rockchip, in rockchip_pcie_ep_send_msi_irq()
[all …]
H A Dpcie-rockchip.c158 #define rockchip_pcie_read_addr(addr) rockchip_pcie_read(rockchip, addr)
435 ob_desc_0 = rockchip_pcie_read(rockchip, PCIE_CORE_OB_REGION_DESC0); in rockchip_pcie_cfg_configuration_accesses()
H A Dpcie-rockchip.h327 static u32 rockchip_pcie_read(struct rockchip_pcie *rockchip, u32 reg) in rockchip_pcie_read() function