Lines Matching refs:exynos_pcie
64 struct exynos_pcie { struct
76 struct exynos_pcie *ep); argument
77 int (*get_clk_resources)(struct exynos_pcie *ep);
78 int (*init_clk_resources)(struct exynos_pcie *ep);
79 void (*deinit_clk_resources)(struct exynos_pcie *ep);
83 struct exynos_pcie *ep) in exynos5440_pcie_get_mem_resources()
101 static int exynos5440_pcie_get_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_get_clk_resources()
125 static int exynos5440_pcie_init_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_init_clk_resources()
151 static void exynos5440_pcie_deinit_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_deinit_clk_resources()
174 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_w_mode()
186 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_r_mode()
198 static void exynos_pcie_assert_core_reset(struct exynos_pcie *ep) in exynos_pcie_assert_core_reset()
210 static void exynos_pcie_deassert_core_reset(struct exynos_pcie *ep) in exynos_pcie_deassert_core_reset()
224 static void exynos_pcie_assert_reset(struct exynos_pcie *ep) in exynos_pcie_assert_reset()
234 static int exynos_pcie_establish_link(struct exynos_pcie *ep) in exynos_pcie_establish_link()
271 static void exynos_pcie_clear_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_clear_irq_pulse()
279 static void exynos_pcie_enable_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_enable_irq_pulse()
291 struct exynos_pcie *ep = arg; in exynos_pcie_irq_handler()
297 static void exynos_pcie_msi_init(struct exynos_pcie *ep) in exynos_pcie_msi_init()
311 static void exynos_pcie_enable_interrupts(struct exynos_pcie *ep) in exynos_pcie_enable_interrupts()
322 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_read_dbi()
334 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_write_dbi()
345 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_rd_own_conf()
358 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_wr_own_conf()
369 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_link_up()
382 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_host_init()
396 static int __init exynos_add_pcie_port(struct exynos_pcie *ep, in exynos_add_pcie_port()
445 struct exynos_pcie *ep; in exynos_pcie_probe()
508 struct exynos_pcie *ep = platform_get_drvdata(pdev); in exynos_pcie_remove()