OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PciId
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwpci.c
82
ACPI_PCI_ID *
PciId
,
91
ACPI_PCI_ID *
PciId
,
101
* PARAMETERS:
PciId
- Initial values for the PCI ID. May be
119
* the Bus/Device/Function numbers in the
PciId
with the actual
123
* The
PciId
parameter is initially populated during the Operation
138
ACPI_PCI_ID *
PciId
,
149
if (!
PciId
)
161
Status = AcpiHwProcessPciList (
PciId
, ListHead);
252
* PARAMETERS:
PciId
- Initial values for the PCI ID. May be
267
ACPI_PCI_ID *
PciId
,
[
all
...]
/src/sys/dev/acpi/acpica/
OsdHardware.c
212
AcpiOsReadPciConfiguration(ACPI_PCI_ID *
PciId
, UINT32 Register, UINT64 *Value,
220
if (
PciId
->Bus >= 256 ||
PciId
->Device >= 32 ||
PciId
->Function >= 8)
223
pc = acpi_pcidev_get_tag(
PciId
->Segment,
PciId
->Bus,
PciId
->Device,
PciId
->Function);
225
tag = pci_make_tag(pc,
PciId
->Bus,
PciId
->Device, PciId->Function)
[
all
...]
/src/sys/external/bsd/acpica/dist/events/
evrgnini.c
187
ACPI_PCI_ID *
PciId
= *RegionContext;
213
if (
PciId
)
215
ACPI_FREE (
PciId
);
294
PciId
= ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
295
if (!
PciId
)
315
ACPI_FREE (
PciId
);
332
PciId
->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
333
PciId
->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
342
PciId
->Segment = ACPI_LOWORD (PciValue);
351
PciId
->Bus = ACPI_LOWORD (PciValue)
[
all
...]
/src/sys/external/bsd/acpica/dist/executer/
exregion.c
414
ACPI_PCI_ID *
PciId
;
433
PciId
= (ACPI_PCI_ID *) RegionContext;
439
Function, BitWidth,
PciId
->Segment,
PciId
->Bus,
PciId
->Device,
440
PciId
->Function, PciRegister));
448
PciId
, PciRegister, Value, BitWidth);
454
PciId
, PciRegister, *Value, BitWidth);
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c
453
* PARAMETERS:
PciId
- Seg/Bus/Dev
466
ACPI_PCI_ID *
PciId
,
472
pcie_bdf_t bdf = PCIE_BDF (
PciId
->Bus,
PciId
->Device,
PciId
->Function);
515
* PARAMETERS:
PciId
- Seg/Bus/Dev
528
ACPI_PCI_ID *
PciId
,
534
pcie_bdf_t bdf = PCIE_BDF (
PciId
->Bus,
PciId
->Device,
PciId
->Function)
[
all
...]
osunixxf.c
1210
* PARAMETERS:
PciId
- Seg/Bus/Dev
1223
ACPI_PCI_ID *
PciId
,
1238
* PARAMETERS:
PciId
- Seg/Bus/Dev
1251
ACPI_PCI_ID *
PciId
,
oswinxf.c
1184
* PARAMETERS:
PciId
- Seg/Bus/Dev
1197
ACPI_PCI_ID *
PciId
,
1212
* PARAMETERS:
PciId
- Seg/Bus/Dev
1225
ACPI_PCI_ID *
PciId
,
/src/sys/external/bsd/acpica/dist/include/
achware.h
226
ACPI_PCI_ID *
PciId
,
acpiosxf.h
413
ACPI_PCI_ID *
PciId
,
422
ACPI_PCI_ID *
PciId
,
/src/sys/dev/acpi/
acpi.c
375
ACPI_PCI_ID
PciId
;
391
PciId
.Segment =
PciId
.Bus = 0;
392
PciId
.Device = ACPI_GAS_PCI_DEV(ResetReg->Address);
393
PciId
.Function = ACPI_GAS_PCI_FUNC(ResetReg->Address);
394
status = AcpiOsWritePciConfiguration(&
PciId
,
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026