Searched refs:mvebu_pcie (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_mvebu.c | 68 struct mvebu_pcie { struct 81 #define to_pcie(_hc) container_of(_hc, struct mvebu_pcie, pci) argument 105 static struct mvebu_pcie pcie_bus[MAX_PEX]; 107 static void mvebu_get_port_lane(struct mvebu_pcie *pcie, int pex_idx, in mvebu_get_port_lane() 140 static struct mvebu_pcie pcie_bus[MAX_PEX]; 142 static void mvebu_get_port_lane(struct mvebu_pcie *pcie, int pex_idx, in mvebu_get_port_lane() 167 static inline bool mvebu_pcie_link_up(struct mvebu_pcie *pcie) in mvebu_pcie_link_up() 174 static void mvebu_pcie_set_local_bus_nr(struct mvebu_pcie *pcie, int busno) in mvebu_pcie_set_local_bus_nr() 184 static void mvebu_pcie_set_local_dev_nr(struct mvebu_pcie *pcie, int devno) in mvebu_pcie_set_local_dev_nr() 194 static int mvebu_pcie_get_local_bus_nr(struct mvebu_pcie *pcie) in mvebu_pcie_get_local_bus_nr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-mvebu.c | 69 struct mvebu_pcie { struct 101 struct mvebu_pcie *pcie; 603 static inline struct mvebu_pcie *sys_to_pcie(struct pci_sys_data *sys) in sys_to_pcie() 608 static struct mvebu_pcie_port *mvebu_pcie_find_port(struct mvebu_pcie *pcie, in mvebu_pcie_find_port() 632 struct mvebu_pcie *pcie = bus->sysdata; in mvebu_pcie_wr_conf() 659 struct mvebu_pcie *pcie = bus->sysdata; in mvebu_pcie_rd_conf() 786 struct mvebu_pcie *pcie; in mvebu_pcie_suspend() 800 struct mvebu_pcie *pcie; in mvebu_pcie_resume() 821 static int mvebu_pcie_parse_port(struct mvebu_pcie *pcie, in mvebu_pcie_parse_port() 973 static int mvebu_pcie_parse_request_resources(struct mvebu_pcie *pcie) in mvebu_pcie_parse_request_resources() [all …]
|