Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c48 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 …]
H A Dpci-layerscape-ep.c26 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,
/OK3568_Linux_fs/kernel/scripts/
H A Dfaddr2line99 local func_offset=${func_addr#*+}
100 func_offset=${func_offset%/*}
106 if [[ -z $sym_name ]] || [[ -z $func_offset ]] || [[ $sym_name = $func_addr ]]; then
202 local addr=$(($sym_addr + $func_offset))
204 warn "bad address: $sym_addr + $func_offset"
218 if [[ $func_offset -gt $sym_size ]]; then
220 echo "skipping $sym_name address at $addr due to size mismatch ($func_offset > $sym_size)"
229 echo "$sym_name+$func_offset/$sym_size:"
H A 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");
/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c471 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument
476 (func_offset); in out_func()
481 printf("%lx%s", func_offset, suffix); in out_func()
/OK3568_Linux_fs/kernel/include/misc/
H A Docxl.h367 void ocxl_config_set_actag(struct pci_dev *dev, int func_offset,
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.h246 size_t func_offset);
H A Dlibbpf.c9480 size_t func_offset) in bpf_program__attach_uprobe() argument
9487 binary_path, func_offset, pid); in bpf_program__attach_uprobe()
9491 binary_path, func_offset, in bpf_program__attach_uprobe()
9501 binary_path, func_offset, in bpf_program__attach_uprobe()