Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/dwc/
Dpci-dra7xx.c96 struct dra7xx_pcie_of_data { struct
555 static const struct dra7xx_pcie_of_data dra7xx_pcie_rc_of_data = {
559 static const struct dra7xx_pcie_of_data dra7xx_pcie_ep_of_data = {
563 static const struct dra7xx_pcie_of_data dra746_pcie_rc_of_data = {
568 static const struct dra7xx_pcie_of_data dra726_pcie_rc_of_data = {
573 static const struct dra7xx_pcie_of_data dra746_pcie_ep_of_data = {
578 static const struct dra7xx_pcie_of_data dra726_pcie_ep_of_data = {
698 const struct dra7xx_pcie_of_data *data; in dra7xx_pcie_probe()
706 data = (struct dra7xx_pcie_of_data *)match->data; in dra7xx_pcie_probe()