Home
last modified time | relevance | path

Searched refs:bar (Results 376 – 400 of 708) sorted by relevance

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

/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/
H A Dmatchbox-panel-2_2.12.bb2 DESCRIPTION = "A flexible always present 'window bar' for holding application \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/
H A D0001-pv-display-handle-error-of-tcgetpgrp-in-pv_in_foregr.patch9 Show pv progress bar even if no terminal is set, e.g., in a busybox
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_dev.h89 struct vnic_dev_bar *bar,
/openbmc/linux/drivers/crypto/ccp/
H A Dsp-dev.h83 const unsigned int bar; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h27 int bar; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/
H A Dtnftp_20230507.bb6 FTP URLs, context-sensitive word completion, dynamic progress bar, \
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c203 out_le32(&out_win->bar, mpc83xx_pcie_cfg_space[bus].base); in mpc83xx_pcie_init_bus()
214 out_le32(&out_win->bar, reg[i].phys_start); in mpc83xx_pcie_init_bus()
/openbmc/dbus-sensors/include/linux/
H A Dpeci-ioctl.h509 __u8 bar; member
548 __u8 bar; member
/openbmc/qemu/qapi/
H A Dpci.json30 # @bar: the index of the Base Address Register for this region
45 'data': {'bar': 'int', 'type': 'str', 'address': 'int', 'size': 'int',
/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst46 --device bar,bus=foo.0,addr=1,id=baz
48 which would be a bar device (with the ID of baz) which is attached to
/openbmc/linux/tools/build/
H A DBuild.include18 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c762 unsigned int i, bar; in rtl8139_init_board() local
802 bar = !use_io; in rtl8139_init_board()
804 io_len = pci_resource_len(pdev, bar); in rtl8139_init_board()
806 dev_dbg(d, "%s region size = 0x%02lX\n", res[bar].type, io_len); in rtl8139_init_board()
808 if (!(pci_resource_flags(pdev, bar) & res[bar].mask)) { in rtl8139_init_board()
809 dev_err(d, "region #%d not a %s resource, aborting\n", bar, in rtl8139_init_board()
810 res[bar].type); in rtl8139_init_board()
816 res[bar].type); in rtl8139_init_board()
821 ioaddr = pci_iomap(pdev, bar, 0); in rtl8139_init_board()
823 dev_err(d, "cannot map %s\n", res[bar].type); in rtl8139_init_board()
/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c406 void __iomem *bar[3]; member
631 return readl(dev->bar[0] + reg); in hifn_read_0()
636 return readl(dev->bar[1] + reg); in hifn_read_1()
641 writel((__force u32)cpu_to_le32(val), dev->bar[0] + reg); in hifn_write_0()
646 writel((__force u32)cpu_to_le32(val), dev->bar[1] + reg); in hifn_write_1()
2512 dev->bar[i] = ioremap(addr, size); in hifn_probe()
2513 if (!dev->bar[i]) { in hifn_probe()
2583 if (dev->bar[i]) in hifn_probe()
2584 iounmap(dev->bar[i]); in hifn_probe()
2619 if (dev->bar[i]) in hifn_remove()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c13 struct bar *b; \
438 struct bar *b; in incorrect_value_type()
544 struct bar *b; in incorrect_head_off1()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgvt.h107 struct intel_vgpu_pci_bar bar[INTEL_GVT_MAX_BAR_NUM]; member
561 static inline u64 intel_vgpu_get_bar_gpa(struct intel_vgpu *vgpu, int bar) in intel_vgpu_get_bar_gpa() argument
564 return (*(u64 *)(vgpu->cfg_space.virtual_cfg_space + bar)) & in intel_vgpu_get_bar_gpa()
/openbmc/qemu/hw/pci/
H A Dshpc.c601 int shpc_init(PCIDevice *d, PCIBus *sec_bus, MemoryRegion *bar, in shpc_init() argument
665 memory_region_add_subregion(bar, offset, &shpc->mmio); in shpc_init()
678 void shpc_cleanup(PCIDevice *d, MemoryRegion *bar) in shpc_cleanup() argument
682 memory_region_del_subregion(bar, &shpc->mmio); in shpc_cleanup()
/openbmc/linux/tools/perf/
H A Dbuiltin-ftrace.c758 char bar[] = "###############################################"; in display_histogram() local
774 0, 1, "us", buckets[0], bar_len, bar, bar_total - bar_len, ""); in display_histogram()
788 start, stop, unit, buckets[i], bar_len, bar, in display_histogram()
795 bar_len, bar, bar_total - bar_len, ""); in display_histogram()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pci.c992 bool i915_pci_resource_valid(struct pci_dev *pdev, int bar) in i915_pci_resource_valid() argument
994 if (!pci_resource_flags(pdev, bar)) in i915_pci_resource_valid()
997 if (pci_resource_flags(pdev, bar) & IORESOURCE_UNSET) in i915_pci_resource_valid()
1000 if (!pci_resource_len(pdev, bar)) in i915_pci_resource_valid()
/openbmc/u-boot/board/esd/vme8349/
H A Dvme8349.c41 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h52 void __iomem *bar; /* start of BAR0 mapping */ member
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmaxim,max9485.txt55 compatible = "bar,foo";
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h439 int type, u64 cpu_addr, u8 bar);
585 void dw_pcie_ep_reset_bar(struct dw_pcie *pci, enum pci_barno bar);
635 static inline void dw_pcie_ep_reset_bar(struct dw_pcie *pci, enum pci_barno bar) in dw_pcie_ep_reset_bar() argument
/openbmc/qemu/tests/qemu-iotests/
H A D051.out269 Testing: -drive foo=bar
270 QEMU_PROG: -drive foo=bar: Must specify either driver or file
359 Testing: -hda foo:bar
360 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
362 Testing: -drive file=foo:bar
363 QEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
365 Testing: -drive file.filename=foo:bar
366 QEMU_PROG: -drive file.filename=foo:bar: Could not open 'foo:bar': No such file or directory
/openbmc/phosphor-webui/app/configuration/styles/
H A Dfirmware.scss124 @include indeterminate-bar;
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv4.inc8 # checkvalues.issubset(val) which cannot be used for negative test of foo neither bar in value

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