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()
99 static int exynos5440_pcie_get_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_get_clk_resources()
123 static int exynos5440_pcie_init_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_init_clk_resources()
149 static void exynos5440_pcie_deinit_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_deinit_clk_resources()
172 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_w_mode()
184 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_r_mode()
196 static void exynos_pcie_assert_core_reset(struct exynos_pcie *ep) in exynos_pcie_assert_core_reset()
208 static void exynos_pcie_deassert_core_reset(struct exynos_pcie *ep) in exynos_pcie_deassert_core_reset()
222 static void exynos_pcie_assert_reset(struct exynos_pcie *ep) in exynos_pcie_assert_reset()
232 static int exynos_pcie_establish_link(struct exynos_pcie *ep) in exynos_pcie_establish_link()
269 static void exynos_pcie_clear_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_clear_irq_pulse()
277 static void exynos_pcie_enable_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_enable_irq_pulse()
289 struct exynos_pcie *ep = arg; in exynos_pcie_irq_handler()
295 static void exynos_pcie_msi_init(struct exynos_pcie *ep) in exynos_pcie_msi_init()
309 static void exynos_pcie_enable_interrupts(struct exynos_pcie *ep) in exynos_pcie_enable_interrupts()
320 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_read_dbi()
332 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_write_dbi()
372 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_link_up()
385 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_host_init()
399 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()