HomeSort by: relevance | last modified time | path
    Searched defs:bdf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/acpi/
acpi_pci_n1sdp.c 176 const uint32_t bdf = le32toh(n1sdp_data[ap->ap_seg]->valid_bdfs[n]); local in function:acpi_pci_n1sdp_init
177 const int b = (bdf >> N1SDP_BUS_SHIFT) & 0xff;
178 const int d = (bdf >> N1SDP_DEV_SHIFT) & 0x1f;
179 const int f = (bdf >> N1SDP_FUNC_SHIFT) & 0x7;
180 aprint_debug_dev(ap->ap_dev, "N1SDP: %02x:%02x.%x (%08x)\n", b, d, f, bdf);
  /src/sys/arch/arm/apple/
apple_platform.c 167 u_int bdf; local in function:apple_platform_get_mac_address
176 bdf = (b << 16) | (d << 11) | (f << 8);
188 if (bdf != be32toh(data[0])) {
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oszephyr.c 580 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); local in function:AcpiOsWritePciConfiguration
587 value32 = pcie_conf_read (bdf, Register);
589 pcie_conf_write (bdf, Register, value32);
594 value32 = pcie_conf_read (bdf, Register);
596 pcie_conf_write (bdf, Register, value32);
601 pcie_conf_write (bdf, Register, (UINT32) Value);
606 pcie_conf_write (bdf, Register, (UINT32) Value);
607 pcie_conf_write (bdf, (Register + 4), (UINT32) (Value >> 32));
642 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); local in function:AcpiOsReadPciConfiguration
648 *((UINT8 *) Value) = (UINT8) pcie_conf_read (bdf, Register)
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
main.c 157 int b, d, f, bdf, pvd; local in function:main
158 bdf = lata[n].bdf;
160 pcidecomposetag(bdf, &b, &d, &f);
167 int b, d, f, bdf, pvd; local in function:main
168 bdf = lnif[n].bdf;
170 pcidecomposetag(bdf, &b, &d, &f);
177 int b, d, f, bdf, pvd; local in function:main
178 bdf = lusb[0].bdf
    [all...]
globals.h 79 unsigned bdf; /* bus.dev.func */ member in struct:pcidev

Completed in 50 milliseconds