Home
last modified time | relevance | path

Searched refs:bsel (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dpcihp.c53 int bsel; member
60 uint64_t bsel = object_property_get_uint(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, in acpi_pcihp_get_bsel() local
63 if (local_err || bsel >= ACPI_PCIHP_MAX_HOTPLUG_BUS) { in acpi_pcihp_get_bsel()
69 return bsel; in acpi_pcihp_get_bsel()
127 if (find->bsel == acpi_pcihp_get_bsel(bus)) { in acpi_pcihp_test_hotplug_bus()
132 static PCIBus *acpi_pcihp_find_hotplug_bus(AcpiPciHpState *s, int bsel) in acpi_pcihp_find_hotplug_bus() argument
134 AcpiPciHpFind find = { .bsel = bsel, .bus = NULL }; in acpi_pcihp_find_hotplug_bus()
136 if (bsel < 0) { in acpi_pcihp_find_hotplug_bus()
146 if (!bsel && !find.bus) { in acpi_pcihp_find_hotplug_bus()
182 static void acpi_pcihp_eject_slot(AcpiPciHpState *s, unsigned bsel, unsigned slots) in acpi_pcihp_eject_slot() argument
[all …]
H A Dtrace-events44 acpi_pci_eject_slot(unsigned bsel, unsigned slot) "bsel: %u slot: %u"
45 acpi_pci_unplug(int bsel, int slot) "bsel: %d slot: %d"
46 acpi_pci_unplug_request(int bsel, int slot) "bsel: %d slot: %d"
51 acpi_pci_acpi_index_write(unsigned bsel, unsigned slot, uint32_t aidx) "bsel: %u slot: %u aidx: %" …
/openbmc/linux/sound/soc/codecs/
H A Dmax98396.c456 int in, out, width, bsel, max_sr; member
458 { .in = 2, .out = 4, .width = 16, .bsel = MAX98396_BSEL_32, .max_sr = 192000 },
459 { .in = 2, .out = 6, .width = 24, .bsel = MAX98396_BSEL_48, .max_sr = 192000 },
460 { .in = 2, .out = 8, .width = 32, .bsel = MAX98396_BSEL_64, .max_sr = 192000 },
461 { .in = 3, .out = 15, .width = 32, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
462 { .in = 4, .out = 8, .width = 16, .bsel = MAX98396_BSEL_64, .max_sr = 192000 },
463 { .in = 4, .out = 12, .width = 24, .bsel = MAX98396_BSEL_96, .max_sr = 192000 },
464 { .in = 4, .out = 16, .width = 32, .bsel = MAX98396_BSEL_128, .max_sr = 192000 },
465 { .in = 5, .out = 15, .width = 24, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
466 { .in = 7, .out = 15, .width = 16, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
[all …]
H A Dmax98373-i2c.c325 int bsel = 0; in max98373_dai_tdm_slot() local
336 bsel = max98373_get_bclk_sel(slots * slot_width); in max98373_dai_tdm_slot()
337 if (bsel == 0) { in max98373_dai_tdm_slot()
346 bsel); in max98373_dai_tdm_slot()
H A Dmax98520.c271 int bsel; in max98520_dai_tdm_slot() local
280 bsel = max98520_get_bclk_sel(slots * slot_width); in max98520_dai_tdm_slot()
281 if (bsel == 0) { in max98520_dai_tdm_slot()
290 bsel); in max98520_dai_tdm_slot()
H A Dmax98388.c693 int bsel = 0; in max98388_dai_tdm_slot() local
705 bsel = max98388_get_bclk_sel(slots * slot_width); in max98388_dai_tdm_slot()
706 if (bsel == 0) { in max98388_dai_tdm_slot()
715 bsel); in max98388_dai_tdm_slot()
H A Dmax98927.c396 int bsel = 0; in max98927_dai_tdm_slot() local
402 bsel = max98927_get_bclk_sel(slots * slot_width); in max98927_dai_tdm_slot()
403 if (bsel == 0) { in max98927_dai_tdm_slot()
410 MAX98927_PCM_CLK_SETUP_BSEL_MASK, bsel); in max98927_dai_tdm_slot()
H A Dmax98390.c391 int bsel; in max98390_dai_tdm_slot() local
403 bsel = max98390_get_bclk_sel(slots * slot_width); in max98390_dai_tdm_slot()
404 if (!bsel) { in max98390_dai_tdm_slot()
413 bsel); in max98390_dai_tdm_slot()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dspl_a10.c34 const u32 bsel = readl(&sysmgr_regs->bootinfo); in spl_boot_device() local
36 switch (SYSMGR_GET_BOOTINFO_BSEL(bsel)) { in spl_boot_device()
53 printf("Invalid boot device (bsel=%08x)!\n", bsel); in spl_boot_device()
H A Dmisc_gen5.c120 const u32 bsel = in print_cpuinfo() local
126 printf("BOOT: %s\n", bsel_str[bsel].name); in print_cpuinfo()
134 const u32 bsel = readl(&sysmgr_regs->bootinfo) & 0x7; in arch_misc_init() local
136 env_set("bootmode", bsel_str[bsel].mode); in arch_misc_init()
H A Dspl_gen5.c34 const u32 bsel = readl(&sysmgr_regs->bootinfo); in spl_boot_device() local
36 switch (SYSMGR_GET_BOOTINFO_BSEL(bsel)) { in spl_boot_device()
53 printf("Invalid boot device (bsel=%08x)!\n", bsel); in spl_boot_device()
H A Dmisc_arria10.c108 const u32 bsel = in print_cpuinfo() local
113 printf("BOOT: %s\n", bsel_str[bsel].name); in print_cpuinfo()
H A Dmisc.c30 struct bsel bsel_str[] = {
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dmisc.h13 struct bsel { struct
18 extern struct bsel bsel_str[]; argument
H A Dsystem_manager.h92 #define SYSMGR_GET_BOOTINFO_BSEL(bsel) \ argument
93 (((bsel) >> SYSMGR_BOOTINFO_BSEL_SHIFT) & 7)
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h223 DO_MSA__WD__WS_WT(BSEL_V, bsel.v)
224 DO_MSA__WD__WD_WT(BSEL_V__DDT, bsel.v)
225 DO_MSA__WD__WS_WD(BSEL_V__DSD, bsel.v)
/openbmc/qemu/hw/i386/
H A Dacpi-build.c514 QObject *bsel = object_property_get_qobject(OBJECT(bus), in build_append_pcihp_slots() local
516 uint64_t bsel_val = qnum_get_uint(qobject_to(QNum, bsel)); in build_append_pcihp_slots()
517 qobject_unref(bsel); in build_append_pcihp_slots()
596 QObject *bsel; in build_append_notfication_callback() local
626 bsel = object_property_get_qobject(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, NULL); in build_append_notfication_callback()
627 if (bsel) { in build_append_notfication_callback()
628 uint64_t bsel_val = qnum_get_uint(qobject_to(QNum, bsel)); in build_append_notfication_callback()
644 qobject_unref(bsel); in build_append_notfication_callback()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dactions,s700-pinctrl.txt82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3