OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ea_cap_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
pci_map.c
297
pci_ea_lookup(pci_chipset_tag_t pc, pcitag_t tag, int
ea_cap_ptr
,
301
.ea_ptrs[EA_ptr_dw0] =
ea_cap_ptr
+ 4,
316
val = pci_conf_read(pc, tag,
ea_cap_ptr
+ PCI_EA_CAP1);
392
pci_ea_find(pci_chipset_tag_t pc, pcitag_t tag, int
ea_cap_ptr
,
398
int rv = pci_ea_lookup(pc, tag,
ea_cap_ptr
, reg, &entry);
544
int
ea_cap_ptr
;
local
546
if (pci_get_capability(pc, tag, PCI_CAP_EA, &
ea_cap_ptr
, NULL))
547
return pci_ea_find(pc, tag,
ea_cap_ptr
, reg, type,
578
int
ea_cap_ptr
;
local
592
if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_EA, &
ea_cap_ptr
,
[
all
...]
pciconf.c
140
pcireg_t
ea_cap_ptr
;
member in struct:_s_pciconf_dev_t
603
pd->
ea_cap_ptr
= 0;
610
if (pci_get_capability(pb->pc, tag, PCI_CAP_EA, &pd->
ea_cap_ptr
,
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026