/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
cfg_space.c | 234 struct intel_vgpu_pci_bar *bars = vgpu->cfg_space.bar; local in function:emulate_pci_bar_write 247 size = ~(bars[INTEL_GVT_PCI_BAR_GTTMMIO].size -1); 258 size = ~(bars[INTEL_GVT_PCI_BAR_APERTURE].size -1); 264 /* Unimplemented BARs */
|
cfg_space.c | 234 struct intel_vgpu_pci_bar *bars = vgpu->cfg_space.bar; local in function:emulate_pci_bar_write 247 size = ~(bars[INTEL_GVT_PCI_BAR_GTTMMIO].size -1); 258 size = ~(bars[INTEL_GVT_PCI_BAR_APERTURE].size -1); 264 /* Unimplemented BARs */
|
cfg_space.c | 234 struct intel_vgpu_pci_bar *bars = vgpu->cfg_space.bar; local in function:emulate_pci_bar_write 247 size = ~(bars[INTEL_GVT_PCI_BAR_GTTMMIO].size -1); 258 size = ~(bars[INTEL_GVT_PCI_BAR_APERTURE].size -1); 264 /* Unimplemented BARs */
|
/src/sys/dev/marvell/ |
gtpci.c | 263 int bars[2]; /* BAR Size registers */ member in struct:gtpci_barinit::__anon7898e6f30108 326 if (maps[map].bars[sc->sc_unit] != -1) 328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size));
|
gtpci.c | 263 int bars[2]; /* BAR Size registers */ member in struct:gtpci_barinit::__anon7898e6f30108 326 if (maps[map].bars[sc->sc_unit] != -1) 328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size));
|
gtpci.c | 263 int bars[2]; /* BAR Size registers */ member in struct:gtpci_barinit::__anon7898e6f30108 326 if (maps[map].bars[sc->sc_unit] != -1) 328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size));
|
/src/sys/dev/pci/ |
virtio_pci.c | 92 /* BARs */ 443 bus_size_t bars[NMAPREG] = { 0 }; local in function:virtio_pci_attach_10 464 /* Figure out which bars we need to map */ 471 if (bars[bar] < len) 472 bars[bar] = len; 475 for (i = j = 0; i < __arraycount(bars); i++) { 479 if (bars[i] == 0) 554 for (i = 0; i < __arraycount(bars); i++) {
|
virtio_pci.c | 92 /* BARs */ 443 bus_size_t bars[NMAPREG] = { 0 }; local in function:virtio_pci_attach_10 464 /* Figure out which bars we need to map */ 471 if (bars[bar] < len) 472 bars[bar] = len; 475 for (i = j = 0; i < __arraycount(bars); i++) { 479 if (bars[i] == 0) 554 for (i = 0; i < __arraycount(bars); i++) {
|
virtio_pci.c | 92 /* BARs */ 443 bus_size_t bars[NMAPREG] = { 0 }; local in function:virtio_pci_attach_10 464 /* Figure out which bars we need to map */ 471 if (bars[bar] < len) 472 bars[bar] = len; 475 for (i = j = 0; i < __arraycount(bars); i++) { 479 if (bars[i] == 0) 554 for (i = 0; i < __arraycount(bars); i++) {
|
pci_subr.c | 3703 unsigned int bars, i, n; local in function:pci_conf_print_resizbar_cap 3708 /* Get Number of Resizable BARs */ 3710 bars = PCIREG_SHIFTOUT(ctl, PCI_RESIZBAR_CTL_NUMBAR); 3711 printf(" Number of Resizable BARs: "); 3712 if (bars <= 6) 3713 printf("%u\n", bars); 3715 printf("incorrect (%u)\n", bars); 4576 { PCI_EXTCAP_VF_RESIZBAR, "VF Resizable BARs",
|
pci_subr.c | 3703 unsigned int bars, i, n; local in function:pci_conf_print_resizbar_cap 3708 /* Get Number of Resizable BARs */ 3710 bars = PCIREG_SHIFTOUT(ctl, PCI_RESIZBAR_CTL_NUMBAR); 3711 printf(" Number of Resizable BARs: "); 3712 if (bars <= 6) 3713 printf("%u\n", bars); 3715 printf("incorrect (%u)\n", bars); 4576 { PCI_EXTCAP_VF_RESIZBAR, "VF Resizable BARs",
|
pci_subr.c | 3703 unsigned int bars, i, n; local in function:pci_conf_print_resizbar_cap 3708 /* Get Number of Resizable BARs */ 3710 bars = PCIREG_SHIFTOUT(ctl, PCI_RESIZBAR_CTL_NUMBAR); 3711 printf(" Number of Resizable BARs: "); 3712 if (bars <= 6) 3713 printf("%u\n", bars); 3715 printf("incorrect (%u)\n", bars); 4576 { PCI_EXTCAP_VF_RESIZBAR, "VF Resizable BARs",
|