Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h465 unsigned int (*get_dbi_offset)(struct dw_pcie_ep *ep, u8 func_no); member
674 if (ep->ops->get_dbi_offset) in dw_pcie_ep_get_dbi_offset()
675 dbi_offset = ep->ops->get_dbi_offset(ep, func_no); in dw_pcie_ep_get_dbi_offset()
762 else if (ep->ops->get_dbi_offset) /* for backward compatibility */ in dw_pcie_ep_get_dbi2_offset()
763 dbi2_offset = ep->ops->get_dbi_offset(ep, func_no); in dw_pcie_ep_get_dbi2_offset()
H A Dpci-layerscape-ep.c200 .get_dbi_offset = ls_pcie_ep_get_dbi_offset,
H A Dpcie-rcar-gen4.c455 .get_dbi_offset = rcar_gen4_pcie_ep_get_dbi_offset,