Home
last modified time | relevance | path

Searched refs:bios (Results 301 – 325 of 544) sorted by relevance

1...<<11121314151617181920>>...22

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c253 struct nvkm_bios *bios = subdev->device->bios; in calc_pll() local
257 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
H A Dgk104.c266 struct nvkm_bios *bios = subdev->device->bios; in calc_pll() local
270 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst25 qemu-system-rx -M gdbsim-r5f562n8 -bios <u-boot_image_file>
/openbmc/u-boot/doc/
H A DREADME.ag101p22 If you want to boot this system from SPI ROM and bypass e-bios (the
H A DREADME.virtio77 $ qemu-system-arm -nographic -machine virt -bios u-boot.bin \
85 $ qemu-system-i386 -nographic -bios u-boot.rom \
96 $ qemu-system-arm -nographic -machine virt -bios u-boot.bin \
107 $ qemu-system-i386 -nographic -bios u-boot.rom \
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-reboot19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/
H A Dbios-update6 IMAGE_FILE=$1/bios.bin
/openbmc/linux/drivers/net/ethernet/amd/
H A Dlance.c483 void __iomem *bios; in lance_probe1() local
491 bios = ioremap(0xf00f0, 0x14); in lance_probe1()
492 if (!bios) in lance_probe1()
494 if (readw(bios + 0x12) == 0x5048) { in lance_probe1()
496 int hp_port = (readl(bios + 1) & 1) ? 0x499 : 0x99; in lance_probe1()
502 iounmap(bios); in lance_probe1()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c380 struct dmub_region *bios = &out->regions[DMUB_WINDOW_3_VBIOS]; in dmub_srv_calc_region_info() local
411 bios->base = dmub_align(stack->top, 256); in dmub_srv_calc_region_info()
412 bios->top = bios->base + params->vbios_size; in dmub_srv_calc_region_info()
417 previous_top = bios->top; in dmub_srv_calc_region_info()
419 mail->base = dmub_align(bios->top, 256); in dmub_srv_calc_region_info()
/openbmc/u-boot/include/linux/
H A Dapm_bios.h44 struct apm_bios_info bios; member
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/
H A Dkudo-fw.sh179 bios)
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgf100.c40 ret = nvbios_pll_parse(device->bios, type, &info); in gf100_devinit_pll_set()
H A Dgt215.c40 ret = nvbios_pll_parse(device->bios, type, &info); in gt215_devinit_pll_set()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/
H A DKbuild4 include $(src)/nvkm/subdev/bios/Kbuild
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_attribute_test.cpp8 using namespace pldm::responder::bios;
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dpriv.h42 struct nvbios_therm_fan bios; member
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/packagegroups/
H A Dpackagegroup-kudo-apps.bb52 virtual/bios-update \
/openbmc/linux/block/
H A Dblk-throttle.h31 struct bio_list bios; /* queued bios */ member
/openbmc/phosphor-post-code-manager/
H A Dmeson.build22 if get_option('bios-post-code-log').allowed()
/openbmc/linux/Documentation/block/
H A Dwriteback_cache_control.rst56 to be implemented for bios with the REQ_PREFLUSH bit set. For real device
58 on non-empty bios can simply be ignored, and REQ_PREFLUSH requests without
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbaremetal-image.bbclass98 QB_OPT_APPEND:append:qemuriscv64 = " -bios none"
99 QB_OPT_APPEND:append:qemuriscv32 = " -bios none"
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c500 MemoryRegion *bios = g_new(MemoryRegion, 1); in mips_loongson3_virt_init() local
607 memory_region_init_rom(bios, NULL, "loongson3.bios", in mips_loongson3_virt_init()
618 virt_memmap[VIRT_BIOS_ROM].base, bios); in mips_loongson3_virt_init()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datom.h129 void *bios; member
/openbmc/openpower-proc-control/service_files/
H A Dop-enter-mpreboot@.service.in11 After=openpower-update-bios-attr-table.service
/openbmc/qemu/pc-bios/optionrom/
H A DMakefile2 SRC_DIR := $(TOPSRC_DIR)/pc-bios/optionrom

1...<<11121314151617181920>>...22