Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-designware-ep.c49 unsigned int func_offset = 0; in dw_pcie_ep_func_select() local
52 func_offset = ep->ops->func_conf_select(ep, func_no); in dw_pcie_ep_func_select()
54 return func_offset; in dw_pcie_ep_func_select()
61 unsigned int func_offset = 0; in __dw_pcie_ep_reset_bar() local
64 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_reset_bar()
66 reg = func_offset + PCI_BASE_ADDRESS_0 + (4 * bar); in __dw_pcie_ep_reset_bar()
91 unsigned int func_offset = 0; in __dw_pcie_ep_find_next_cap() local
98 func_offset = dw_pcie_ep_func_select(ep, func_no); in __dw_pcie_ep_find_next_cap()
100 reg = dw_pcie_readw_dbi(pci, func_offset + cap_ptr); in __dw_pcie_ep_find_next_cap()
116 unsigned int func_offset = 0; in dw_pcie_ep_find_capability() local
[all …]
Dpci-layerscape-ep.c24 u32 func_offset; member
96 WARN_ON(func_no && !pcie->drvdata->func_offset); in ls_pcie_ep_func_conf_select()
97 return pcie->drvdata->func_offset * func_no; in ls_pcie_ep_func_conf_select()
113 .func_offset = 0x20000,
119 .func_offset = 0x8000,
/Linux-v5.15/scripts/
Dmarkup_oops.pl40 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.15/include/misc/
Docxl.h367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h302 size_t func_offset);
305 const char *binary_path, size_t func_offset,
Dlibbpf.c9294 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument
9312 func_offset, pid, ref_ctr_off); in bpf_program__attach_uprobe_opts()
9316 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
9326 binary_path, func_offset, in bpf_program__attach_uprobe_opts()
9336 size_t func_offset) in bpf_program__attach_uprobe() argument
9340 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()