Home
last modified time | relevance | path

Searched refs:bar (Results 476 – 500 of 708) sorted by relevance

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

/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md13 - Too large: "convert foo to new API; also fix CVE 1234 in bar"
22 bar()" does not need to depend on "refactor foo()". Said differently, ensure
/openbmc/linux/sound/soc/sof/
H A Dsof-priv.h379 u32 bar; member
586 void __iomem *bar[SND_SOF_BARS]; /* DSP base address */ member
/openbmc/linux/sound/soc/sof/amd/
H A Dacp.c507 sdev->bar[ACP_DSP_BAR] = devm_ioremap(sdev->dev, addr, pci_resource_len(pci, ACP_DSP_BAR)); in amd_sof_acp_probe()
508 if (!sdev->bar[ACP_DSP_BAR]) { in amd_sof_acp_probe()
/openbmc/u-boot/include/
H A Dpci.h712 pci_addr_t *bar, bool supports_64bit);
724 extern void *pci_map_bar(pci_dev_t pdev, int bar, int flags);
1318 void *dm_pci_map_bar(struct udevice *dev, int bar, int flags);
/openbmc/linux/Documentation/core-api/
H A Dprintk-formats.rst486 %pOF /foo/bar@0 - Node full name
487 %pOFf /foo/bar@0 - Same as above
488 %pOFfp /foo/bar@0:10 - Node full name + phandle
489 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name +
/openbmc/linux/include/uapi/linux/
H A Dacrn.h417 __u32 bar[ACRN_PCI_NUM_BARS]; member
/openbmc/linux/drivers/misc/mei/
H A Dgsc-me.c69 hw->mem_addr = devm_ioremap_resource(device, &adev->bar); in mei_gsc_probe()
/openbmc/linux/include/linux/
H A Dpci-epc.h240 *epc_features, enum pci_barno bar);
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt415 33.33% bar
419 entry. The value of 'relative' would increase the overhead of 'bar'
456 |--50.00%--bar
462 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
467 'bar' and 'baz' callchain will have 20.00% of overhead.
H A Dperf-dlfilter.txt250 Filter out everything except branches from "foo" to "bar":
272 if (!addr_al || !addr_al->sym || strcmp(addr_al->sym, "bar"))
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c255 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_SDRAM_BASE & 0xfffff000; in fixed_sdram()
/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c83 monitor_printf(mon, " BAR%" PRId64 ": ", region->value->bar); in hmp_info_pci_device()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgv100.c73 .bar = -1,
H A Dgk104.c116 .bar = 1,
748 if (fifo->func->chan.func->userd->bar == 1) in gk104_fifo_init()
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst834 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt
835 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip
836 can enable compress on bar.zip.
838 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be
839 compresse, bar.zip and baz.txt should be non-compressed.
840 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
/openbmc/linux/samples/
H A DKconfig227 That is basically the vram memory bar and the bochs dispi
228 interface vbe registers in the mmio register bar.
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c476 struct pci_epf_bar *epf_bar = &epf->bar[info->bar_num]; in pci_epf_mhi_core_init()
631 struct pci_epf_bar *epf_bar = &epf->bar[info->bar_num]; in pci_epf_mhi_unbind()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css4312 .navbar-toggle .icon-bar {
4318 .navbar-toggle .icon-bar + .icon-bar {
5138 .progress-bar {
5153 .progress-striped .progress-bar,
5154 .progress-bar-striped {
5161 .progress.active .progress-bar,
5162 .progress-bar.active {
5167 .progress-bar-success {
5175 .progress-bar-info {
5183 .progress-bar-warning {
[all …]
H A Dbootstrap.min.css5bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margi…
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst111 FOO = "bar \
123 FOO = "bar\
156 B = "${C} bar"
158 *At this point, ${A} equals "foo bar baz"*
410 FOO:append = "bar"
1186 d.appendVar('BAR',' bar 2')
1189 BAR = "bar 1"
1195 BAR = "bar 1"
1197 BAR += "bar 2"
1200 ``BAR`` with the value "bar 1 bar 2". Just as in the second snippet, the
[all …]
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h51 u32 bar; member
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot13 ${xpath_power_indicator_bar} //*[@id='power-indicator-bar']
/openbmc/qemu/tests/qemu-iotests/
H A D178.out.raw14 qemu-img: Failed in parsing snapshot param 'snapshot.foo=bar'
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot134 # Added delay for sensor page to load completely by waiting for disapperance of progress bar.
/openbmc/linux/drivers/net/ethernet/rdc/
H A Dr6040.c1035 int bar = 0; in r6040_init_one() local
1056 if (pci_resource_len(pdev, bar) < io_size) { in r6040_init_one()
1079 ioaddr = pci_iomap(pdev, bar, io_size); in r6040_init_one()

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