Searched refs:func_offset (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 48 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local 51 func_offset = ep->ops->func_conf_select(ep, func_no); in dw_pcie_ep_func_select() 53 return func_offset; in dw_pcie_ep_func_select() 60 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local 63 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_reset_bar() 65 reg = func_offset + PCI_BASE_ADDRESS_0 + (4 * bar); in __dw_pcie_ep_reset_bar() 90 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local 97 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_find_next_cap() 99 reg = dw_pcie_readw_dbi(pci, func_offset + cap_ptr); in __dw_pcie_ep_find_next_cap() 115 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local [all …]
|
D | pci-layerscape-ep.c | 26 u32 func_offset; member 98 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select() 99 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select() 115 .func_offset = 0x20000,
|
/Linux-v5.10/scripts/ |
D | markup_oops.pl | 40 my $func_offset = 0; 166 $func_offset = $2; 170 $func_offset = $2; 183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset"); 206 …from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
|
/Linux-v5.10/include/misc/ |
D | ocxl.h | 367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.h | 246 size_t func_offset);
|
D | libbpf.c | 9399 size_t func_offset) in bpf_program__attach_uprobe() argument 9406 binary_path, func_offset, pid); in bpf_program__attach_uprobe() 9410 binary_path, func_offset, in bpf_program__attach_uprobe() 9420 binary_path, func_offset, in bpf_program__attach_uprobe()
|