HomeSort by: relevance | last modified time | path
    Searched defs:pci (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
fvp-base-revc.dts 155 pci: pci@40000000 { label
159 compatible = "pci-host-ecam-generic";
160 device_type = "pci";
fvp-base-revc.dts 155 pci: pci@40000000 { label
159 compatible = "pci-host-ecam-generic";
160 device_type = "pci";
  /src/share/examples/refuse/pcifs/
pcifs.c 44 static virtdir_t pci; variable in typeref:typename:virtdir_t
61 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
68 (void) memcpy(st, &pci.dir, sizeof(*st));
71 (void) memcpy(st, &pci.lnk, sizeof(*st));
87 if ((dirp = openvirtdir(&pci, path)) == NULL) {
128 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
162 (void) snprintf(buf, sizeof(buf), "pcictl pci%d list", bus);
199 if (!build_tree(&pci, bus)) {
pcifs.c 44 static virtdir_t pci; variable in typeref:typename:virtdir_t
61 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
68 (void) memcpy(st, &pci.dir, sizeof(*st));
71 (void) memcpy(st, &pci.lnk, sizeof(*st));
87 if ((dirp = openvirtdir(&pci, path)) == NULL) {
128 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
162 (void) snprintf(buf, sizeof(buf), "pcictl pci%d list", bus);
199 if (!build_tree(&pci, bus)) {
  /src/sys/arch/sandpoint/stand/altboot/
nif.c 68 struct pcidev *pci = self; local in function:netif_init
77 tag = pci->bdf;
83 pci->drv = NULL;
86 pci->drv = dv->priv = (*dv->init)(tag, enaddr);
nif.c 68 struct pcidev *pci = self; local in function:netif_init
77 tag = pci->bdf;
83 pci->drv = NULL;
86 pci->drv = dv->priv = (*dv->init)(tag, enaddr);
dsk.c 91 struct pcidev *pci = self; local in function:dskdv_init
96 tag = pci->bdf;
104 pci->drv = (*dv->init)(tag, NULL);
105 if (pci->drv == NULL)
107 disk_scan(pci->drv);
dsk.c 91 struct pcidev *pci = self; local in function:dskdv_init
96 tag = pci->bdf;
104 pci->drv = (*dv->init)(tag, NULL);
105 if (pci->drv == NULL)
107 disk_scan(pci->drv);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_ttm.c 222 struct nvkm_pci *pci = device->pci; local in function:nouveau_ttm_init
252 if (pci && pci->agp.bridge) {
253 drm->agp.bridge = pci->agp.bridge;
254 drm->agp.base = pci->agp.base;
255 drm->agp.size = pci->agp.size;
256 drm->agp.cma = pci->agp.cma;
nouveau_ttm.c 222 struct nvkm_pci *pci = device->pci; local in function:nouveau_ttm_init
252 if (pci && pci->agp.bridge) {
253 drm->agp.bridge = pci->agp.bridge;
254 drm->agp.base = pci->agp.base;
255 drm->agp.size = pci->agp.size;
256 drm->agp.cma = pci->agp.cma;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
nouveau_nvkm_subdev_pci_base.c 33 #include <core/pci.h>
37 nvkm_pci_rd32(struct nvkm_pci *pci, u16 addr)
39 return pci->func->rd32(pci, addr);
43 nvkm_pci_wr08(struct nvkm_pci *pci, u16 addr, u8 data)
45 pci->func->wr08(pci, addr, data);
49 nvkm_pci_wr32(struct nvkm_pci *pci, u16 addr, u32 data)
51 pci->func->wr32(pci, addr, data)
76 struct nvkm_pci *pci = arg; local in function:nvkm_pci_intr
96 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_fini
107 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_preinit
116 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_oneinit
186 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_init
212 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_dtor
256 struct nvkm_pci *pci; local in function:nvkm_pci_new_
    [all...]
nouveau_nvkm_subdev_pci_base.c 33 #include <core/pci.h>
37 nvkm_pci_rd32(struct nvkm_pci *pci, u16 addr)
39 return pci->func->rd32(pci, addr);
43 nvkm_pci_wr08(struct nvkm_pci *pci, u16 addr, u8 data)
45 pci->func->wr08(pci, addr, data);
49 nvkm_pci_wr32(struct nvkm_pci *pci, u16 addr, u32 data)
51 pci->func->wr32(pci, addr, data)
76 struct nvkm_pci *pci = arg; local in function:nvkm_pci_intr
96 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_fini
107 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_preinit
116 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_oneinit
186 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_init
212 struct nvkm_pci *pci = nvkm_pci(subdev); local in function:nvkm_pci_dtor
256 struct nvkm_pci *pci; local in function:nvkm_pci_new_
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
integratorap.dts 125 /* One-bit control for the PCI bus clock (33 or 25 MHz) */
127 compatible = "arm,syscon-icst525-integratorap-pci";
154 pci: pciv3@62000000 { label
155 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
integratorap.dts 125 /* One-bit control for the PCI bus clock (33 or 25 MHz) */
127 compatible = "arm,syscon-icst525-integratorap-pci";
154 pci: pciv3@62000000 { label
155 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
  /src/share/examples/refuse/dmesgfs/
dmesgfs.c 45 static virtdir_t pci; variable in typeref:typename:virtdir_t
77 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
82 (void) memcpy(st, &pci.file, sizeof(*st));
87 (void) memcpy(st, &pci.dir, sizeof(*st));
90 (void) memcpy(st, &pci.lnk, sizeof(*st));
95 st->st_ino = virtdir_offset(&pci, ep) + 10;
108 if ((dirp = openvirtdir(&pci, path)) == NULL) {
138 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
162 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
342 if (!build_tree(&pci, (nexus) ? nexus : "mainbus0", type))
    [all...]
dmesgfs.c 45 static virtdir_t pci; variable in typeref:typename:virtdir_t
77 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
82 (void) memcpy(st, &pci.file, sizeof(*st));
87 (void) memcpy(st, &pci.dir, sizeof(*st));
90 (void) memcpy(st, &pci.lnk, sizeof(*st));
95 st->st_ino = virtdir_offset(&pci, ep) + 10;
108 if ((dirp = openvirtdir(&pci, path)) == NULL) {
138 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
162 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
342 if (!build_tree(&pci, (nexus) ? nexus : "mainbus0", type))
    [all...]
  /src/sys/dev/acpi/
acpi_pci.c 39 #include <dev/pci/pcireg.h>
40 #include <dev/pci/pcivar.h>
41 #include <dev/pci/pcidevs.h>
42 #include <dev/pci/ppbreg.h>
44 #include <dev/pci/pci_calls.h>
62 * Regarding PCI Segment Groups (ACPI 4.0, p. 277):
64 * "The optional _SEG object is located under a PCI host bridge and
65 * evaluates to an integer that describes the PCI Segment Group (see PCI
68 * "PCI Segment Group is purely a software concept managed by syste
444 struct pci_softc *pci; local in function:acpi_pcidev_find_dev
    [all...]
acpi_pci.c 39 #include <dev/pci/pcireg.h>
40 #include <dev/pci/pcivar.h>
41 #include <dev/pci/pcidevs.h>
42 #include <dev/pci/ppbreg.h>
44 #include <dev/pci/pci_calls.h>
62 * Regarding PCI Segment Groups (ACPI 4.0, p. 277):
64 * "The optional _SEG object is located under a PCI host bridge and
65 * evaluates to an integer that describes the PCI Segment Group (see PCI
68 * "PCI Segment Group is purely a software concept managed by syste
444 struct pci_softc *pci; local in function:acpi_pcidev_find_dev
    [all...]
  /src/sys/arch/i386/stand/efiboot/
efinet.c 293 PCI_DEVICE_PATH *pci = (PCI_DEVICE_PATH *)dp; local in function:efi_net_pci_probe
301 /* PCI root bus */
312 eni->bus.tag |= (pci->Device & 0x1f) << 3;
313 eni->bus.tag |= pci->Function & 0x7;
453 printf(" pci%d,%d,%d", (eni->bus.tag >> 8) & 0xff,
efinet.c 293 PCI_DEVICE_PATH *pci = (PCI_DEVICE_PATH *)dp; local in function:efi_net_pci_probe
301 /* PCI root bus */
312 eni->bus.tag |= (pci->Device & 0x1f) << 3;
313 eni->bus.tag |= pci->Function & 0x7;
453 printf(" pci%d,%d,%d", (eni->bus.tag >> 8) & 0xff,
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 544 printf(" PCI seg = %u\n", ent->pci_segment);
545 printf(" PCI bus = %u\n", ent->pci_bus);
546 printf(" PCI dev = %u\n", ent->pci_device);
547 printf(" PCI func = %u\n", ent->pci_function);
549 printf(" PCI flag = %u\n", ent->pci_flag);
560 printf(" PCI type = %u\n", ent->pci_devid);
561 printf(" PCI vndr = %u\n", ent->pci_vendor);
564 printf(" PCI iface = %u\n", ent->pci_interface);
598 struct dig64_pci_spec *pci = &pcdp->specs.pci; local in function:command_hcdp
    [all...]
main.c 544 printf(" PCI seg = %u\n", ent->pci_segment);
545 printf(" PCI bus = %u\n", ent->pci_bus);
546 printf(" PCI dev = %u\n", ent->pci_device);
547 printf(" PCI func = %u\n", ent->pci_function);
549 printf(" PCI flag = %u\n", ent->pci_flag);
560 printf(" PCI type = %u\n", ent->pci_devid);
561 printf(" PCI vndr = %u\n", ent->pci_vendor);
564 printf(" PCI iface = %u\n", ent->pci_interface);
598 struct dig64_pci_spec *pci = &pcdp->specs.pci; local in function:command_hcdp
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_base.c 274 struct nvkm_pci *pci = subdev->device->pci; local in function:nvkm_pstate_prog
286 nvkm_pcie_set_link(pci, pstate->pcie_speed, pstate->pcie_width);
nouveau_nvkm_subdev_clk_base.c 274 struct nvkm_pci *pci = subdev->device->pci; local in function:nvkm_pstate_prog
286 nvkm_pcie_set_link(pci, pstate->pcie_speed, pstate->pcie_width);
  /src/sys/arch/ia64/include/
dig64.h 129 uint8_t type; /* = 1 indicating PCI */
131 uint16_t length; /* of the PCI Specific Structure */
132 uint8_t sgn; /* PCI Segment Group Number */
133 uint8_t bus; /* PCI Bus Number */
134 uint8_t device; /* PCI Device Number */
135 uint8_t function; /* PCI Function Number */
164 struct dig64_pci_spec pci; member in union:dig64_pcdp_entry::__anonf8af66d2020a

Completed in 60 milliseconds

1 2