Home
last modified time | relevance | path

Searched refs:bar (Results 251 – 275 of 708) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/qemu/tests/qapi-schema/
H A Denum-if-invalid.err2 enum-if-invalid.json:2: 'if' condition of 'data' member 'bar' has unknown key 'val'
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c202 enum pci_barno bar = epf_bar->barno; in rcar_pcie_ep_set_bar() local
217 ep->bar_to_atu[bar] = idx; in rcar_pcie_ep_set_bar()
250 enum pci_barno bar = epf_bar->barno; in rcar_pcie_ep_clear_bar() local
251 u32 atu_index = ep->bar_to_atu[bar]; in rcar_pcie_ep_clear_bar()
253 rcar_pcie_set_inbound(&ep->pcie, 0x0, 0x0, 0x0, bar, false); in rcar_pcie_ep_clear_bar()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.h18 struct nvkm_vma *bar; member
H A Dbase.c295 if (!device->bar || device->bar->iomap_uncached) in nvkm_mmu_host()
351 if (device->bar) { in nvkm_mmu_vram()
354 if (!device->bar->iomap_uncached) { in nvkm_mmu_vram()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c556 d = asd_read_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar); in asd_poll_flash()
557 d ^= asd_read_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar); in asd_poll_flash()
572 asd_write_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar, FLASH_RESET); in asd_reset_flash()
581 asd_read_reg_string(asd_ha, buffer, asd_ha->hw_prof.flash.bar+offs, in asd_read_flash_seg()
620 &asd_ha->hw_prof.flash.bar)) { in asd_flash_getid()
1091 reg = asd_ha->hw_prof.flash.bar; in asd_verify_flash_seg()
1121 reg = asd_ha->hw_prof.flash.bar; in asd_write_flash_seg()
1205 reg = asd_ha->hw_prof.flash.bar; in asd_chk_write_status()
1261 reg = asd_ha->hw_prof.flash.bar; in asd_erase_nv_sector()
1311 reg = asd_ha->hw_prof.flash.bar; in asd_check_flash_type()
/openbmc/qemu/hw/ppc/
H A Dpnv_psi.c130 static void pnv_psi_set_bar(PnvPsi *psi, uint64_t bar) in pnv_psi_set_bar() argument
136 psi->regs[PSIHB_XSCOM_BAR] = bar & (ppc->bar_mask | PSIHB_BAR_EN); in pnv_psi_set_bar()
144 if (bar & PSIHB_BAR_EN) { in pnv_psi_set_bar()
145 uint64_t addr = bar & ppc->bar_mask; in pnv_psi_set_bar()
456 psi->regs[PSIHB_XSCOM_BAR] = psi->bar | PSIHB_BAR_EN; in pnv_psi_reset()
469 pnv_psi_set_bar(psi, psi->bar | PSIHB_BAR_EN); in pnv_psi_realize()
557 DEFINE_PROP_UINT64("bar", PnvPsi, bar, 0),
/openbmc/linux/tools/perf/Documentation/
H A Dperf-timechart.txt27 In IO mode, every bar has two charts: upper and lower.
28 Upper bar shows incoming events (disk reads, ingress network packets).
29 Lower bar shows outgoing events (disk writes, egress network packets).
/openbmc/qemu/hw/xen/
H A Dxen_pt.h248 MemoryRegion bar[PCI_NUM_REGIONS - 1]; member
338 static inline bool xen_pt_has_msix_mapping(XenPCIPassthroughState *s, int bar) in xen_pt_has_msix_mapping() argument
340 return s->msix && s->msix->bar_index == bar; in xen_pt_has_msix_mapping()
/openbmc/qemu/tests/qemu-iotests/
H A D061133 $QEMU_IMG snapshot -c bar "$TEST_IMG"
142 $QEMU_IMG snapshot -a bar "$TEST_IMG" ||
146 $QEMU_IMG snapshot -d bar "$TEST_IMG"
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgf100.h15 struct gf100_barN bar[2]; member
/openbmc/entity-manager/test/
H A Dtest_entity-manager.cpp272 nlohmann::json j = R"("foo(?!bar)...foo")"_json; in TEST()
798 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
805 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
812 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
819 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
826 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
833 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
840 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-habanalabs6 PCI bar, or the device VA of a host mapped memory to be read or
43 device's PCI bar. Writing to this file generates a write
46 the generic Linux user-space PCI mapping) because the DDR bar
48 move the bar before and after the transaction.
58 through the device's PCI bar. Writing to this file generates a
61 the generic Linux user-space PCI mapping) because the DDR bar
63 move the bar before and after the transaction.
78 memory is huge (>32GB) and reading it via the PCI bar will take
/openbmc/linux/lib/
H A Dtest_debug_virtual.c17 unsigned int bar; member
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch55 +bar
73 +bar
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-pci.c166 pt->io_regs = iomap_table[pt->dev_vdata->bar]; in pt_pci_probe()
221 .bar = 2,
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpython-development-shell.rst22 pydevshell> d.setVar("FOO", "bar")
24 'bar'
/openbmc/linux/drivers/peci/
H A Dinternal.h61 struct peci_request *peci_xfer_ep_mmio32_readl(struct peci_device *device, u8 bar, u8 seg,
64 struct peci_request *peci_xfer_ep_mmio64_readl(struct peci_device *device, u8 bar, u8 seg,
/openbmc/linux/include/linux/
H A Dof_address.h84 extern int of_pci_address_to_resource(struct device_node *dev, int bar,
135 static inline int of_pci_address_to_resource(struct device_node *dev, int bar, in of_pci_address_to_resource() argument
/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_resource.h50 u8 bar; member
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_resource.h48 u8 bar; member
/openbmc/linux/arch/mips/pci/
H A Dpci.c47 void pci_resource_to_user(const struct pci_dev *dev, int bar, in pci_resource_to_user() argument
/openbmc/linux/Documentation/filesystems/
H A Dbefs.rst56 Assuming that your kernel source is in /foo/bar/linux and the patchfile
59 cd /foo/bar/linux
74 cd /foo/bar/linux
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c181 struct bar *ba[8], *b; in list_in_list()
227 b = container_of(n, struct bar, node); in list_in_list()
240 bpf_obj_drop(container_of(n, struct bar, node)); in list_in_list()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-nforce2.c318 static int nforce2_probe_smb(struct pci_dev *dev, int bar, int alt_reg, in nforce2_probe_smb() argument
323 smbus->base = pci_resource_start(dev, bar); in nforce2_probe_smb()
325 smbus->size = pci_resource_len(dev, bar); in nforce2_probe_smb()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp598 "foo": "bar" in TEST()
645 "foo": "bar" in TEST()
1013 "foo": "bar" in TEST()
1941 "foo": "bar" in TEST()
3318 "foo": "bar" in TEST()
3574 "foo": "bar" in TEST()
3721 "foo": "bar", in TEST()
4112 "foo": "bar" in TEST()
4239 "foo": "bar", in TEST()
4445 "foo": "bar" in TEST()
[all …]

1...<<11121314151617181920>>...29