Searched refs:pcie_dw (Results 1 – 9 of 9) sorted by relevance
| /drivers/pci/ |
| A D | pcie_dw_common.h | 121 struct pcie_dw { struct 136 int pcie_dw_get_link_speed(struct pcie_dw *pci); argument 138 int pcie_dw_get_link_width(struct pcie_dw *pci); 140 void dw_pcie_link_set_max_link_width(struct pcie_dw *pci, u32 num_lanes); 142 int pcie_dw_prog_outbound_atu_unroll(struct pcie_dw *pci, int index, int type, u64 cpu_addr, 151 u8 pcie_dw_find_capability(struct pcie_dw *pci, u8 cap); 153 static inline void dw_pcie_dbi_write_enable(struct pcie_dw *pci, bool en) in dw_pcie_dbi_write_enable() 165 void pcie_dw_setup_host(struct pcie_dw *pci);
|
| A D | pcie_dw_common.c | 20 int pcie_dw_get_link_speed(struct pcie_dw *pci) in pcie_dw_get_link_speed() 26 int pcie_dw_get_link_width(struct pcie_dw *pci) in pcie_dw_get_link_width() 32 void dw_pcie_link_set_max_link_width(struct pcie_dw *pci, u32 num_lanes) in dw_pcie_link_set_max_link_width() 85 static u32 dw_pcie_readl_ob_unroll(struct pcie_dw *pci, u32 index, u32 reg) in dw_pcie_readl_ob_unroll() 105 int pcie_dw_prog_outbound_atu_unroll(struct pcie_dw *pci, int index, in pcie_dw_prog_outbound_atu_unroll() 162 static uintptr_t set_cfg_address(struct pcie_dw *pcie, in set_cfg_address() 247 struct pcie_dw *pcie = dev_get_priv(bus); in pcie_dw_read_config() 291 struct pcie_dw *pcie = dev_get_priv(bus); in pcie_dw_write_config() 320 static u8 pcie_dw_find_next_cap(struct pcie_dw *pci, u8 cap_ptr, u8 cap) in pcie_dw_find_next_cap() 343 u8 pcie_dw_find_capability(struct pcie_dw *pci, u8 cap) in pcie_dw_find_capability() [all …]
|
| A D | pcie_dw_ti.c | 62 struct pcie_dw dw;
|
| A D | pcie_dw_imx.c | 50 struct pcie_dw dw;
|
| A D | pcie_dw_meson.c | 46 struct pcie_dw dw;
|
| A D | pcie_dw_rockchip.c | 38 struct pcie_dw dw;
|
| A D | pci-rcar-gen4.c | 99 struct pcie_dw dw;
|
| A D | pcie_dw_sifive.c | 33 struct pcie_dw dw;
|
| A D | pcie_dw_qcom.c | 36 struct pcie_dw dw;
|
Completed in 11 milliseconds