Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c96 struct dra7xx_pcie_of_data { struct
694 static const struct dra7xx_pcie_of_data dra7xx_pcie_rc_of_data = {
698 static const struct dra7xx_pcie_of_data dra7xx_pcie_ep_of_data = {
702 static const struct dra7xx_pcie_of_data dra746_pcie_rc_of_data = {
707 static const struct dra7xx_pcie_of_data dra726_pcie_rc_of_data = {
712 static const struct dra7xx_pcie_of_data dra746_pcie_ep_of_data = {
717 static const struct dra7xx_pcie_of_data dra726_pcie_ep_of_data = {
837 const struct dra7xx_pcie_of_data *data; in dra7xx_pcie_probe()
845 data = (struct dra7xx_pcie_of_data *)match->data; in dra7xx_pcie_probe()