Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-layerscape-ep.c201 .func_conf_select = ls_pcie_ep_func_conf_select,
H A Dpcie-designware-ep.c50 if (ep->ops->func_conf_select) in dw_pcie_ep_func_select()
51 func_offset = ep->ops->func_conf_select(ep, func_no); in dw_pcie_ep_func_select()
H A Dpcie-designware.h343 unsigned int (*func_conf_select)(struct dw_pcie_ep *ep, u8 func_no); member