OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
190
ACPI_PCI_ID *
PciId
,
199
ACPI_PCI_ID *
PciId
,
209
* PARAMETERS:
PciId
- Initial values for the PCI ID. May be
227
* the Bus/Device/Function numbers in the
PciId
with the actual
231
* The
PciId
parameter is initially populated during the Operation
246
ACPI_PCI_ID *
PciId
,
257
if (!
PciId
)
269
Status = AcpiHwProcessPciList (
PciId
, ListHead);
360
* PARAMETERS:
PciId
- Initial values for the PCI ID. May be
375
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
295
ACPI_PCI_ID *
PciId
= *RegionContext;
321
if (
PciId
)
323
ACPI_FREE (
PciId
);
402
PciId
= ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
403
if (!
PciId
)
423
ACPI_FREE (
PciId
);
440
PciId
->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
441
PciId
->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
450
PciId
->Segment = ACPI_LOWORD (PciValue);
459
PciId
->Bus = ACPI_LOWORD (PciValue)
[
all
...]
/src/sys/external/bsd/acpica/dist/executer/
exregion.c
522
ACPI_PCI_ID *
PciId
;
541
PciId
= (ACPI_PCI_ID *) RegionContext;
547
Function, BitWidth,
PciId
->Segment,
PciId
->Bus,
PciId
->Device,
548
PciId
->Function, PciRegister));
556
PciId
, PciRegister, Value, BitWidth);
562
PciId
, PciRegister, *Value, BitWidth);
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c
561
* PARAMETERS:
PciId
- Seg/Bus/Dev
574
ACPI_PCI_ID *
PciId
,
580
pcie_bdf_t bdf = PCIE_BDF (
PciId
->Bus,
PciId
->Device,
PciId
->Function);
623
* PARAMETERS:
PciId
- Seg/Bus/Dev
636
ACPI_PCI_ID *
PciId
,
642
pcie_bdf_t bdf = PCIE_BDF (
PciId
->Bus,
PciId
->Device,
PciId
->Function)
[
all
...]
osunixxf.c
1318
* PARAMETERS:
PciId
- Seg/Bus/Dev
1331
ACPI_PCI_ID *
PciId
,
1346
* PARAMETERS:
PciId
- Seg/Bus/Dev
1359
ACPI_PCI_ID *
PciId
,
oswinxf.c
1292
* PARAMETERS:
PciId
- Seg/Bus/Dev
1305
ACPI_PCI_ID *
PciId
,
1320
* PARAMETERS:
PciId
- Seg/Bus/Dev
1333
ACPI_PCI_ID *
PciId
,
/src/sys/external/bsd/acpica/dist/include/
achware.h
334
ACPI_PCI_ID *
PciId
,
acpiosxf.h
521
ACPI_PCI_ID *
PciId
,
530
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 20 milliseconds
Indexes created Thu Nov 06 16:10:07 GMT 2025