OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
pci_subr.c
3604
pcireg_t
regl
, regh;
local in function:pci_conf_print_multicast_cap
3629
regl
= regs[o2i(extcapoff + PCI_MCAST_BARL)];
3631
printf(" Base Address Register 0: 0x%08x\n",
regl
);
3634
(unsigned int)(
regl
& PCI_MCAST_BARL_INDPOS));
3635
addr = ((uint64_t)regh << 32) | (
regl
& PCI_MCAST_BARL_ADDR);
3638
regl
= regs[o2i(extcapoff + PCI_MCAST_RECVL)];
3640
printf(" Receive Register 0: 0x%08x\n",
regl
);
3643
regl
= regs[o2i(extcapoff + PCI_MCAST_BLOCKALLL)];
3645
printf(" Block All Register 0: 0x%08x\n",
regl
);
3648
regl
= regs[o2i(extcapoff + PCI_MCAST_BLOCKUNTRNSL)]
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025