Home
last modified time | relevance | path

Searched refs:value (Results 12401 – 12425 of 13561) sorted by relevance

1...<<491492493494495496497498499500>>...543

/openbmc/u-boot/arch/arm/
H A DKconfig28 U-Boot typically uses a hard-coded value for the stack pointer
33 option's value is the offset added to &_bss_start in order to
51 The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the
52 TEXT_OFFSET value written in to the Linux kernel image header.
/openbmc/linux/sound/pci/
H A Dintel8x0.c2780 pci->subsystem_vendor, pci->subsystem_device, wl->value); in intel8x0_in_clock_list()
2781 chip->ac97_bus->clock = wl->value; in intel8x0_in_clock_list()
3099 if (w->value) in check_default_spdif_aclink()
3107 return w->value; in check_default_spdif_aclink()
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c1045 static int omap_ep_set_halt(struct usb_ep *_ep, int value) in omap_ep_set_halt() argument
1057 else if (value) { in omap_ep_set_halt()
1078 if (value) { in omap_ep_set_halt()
1110 value ? "set" : "clear", status); in omap_ep_set_halt()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8723b1ant.c2363 u32 value; in ex_btc8723b1ant_power_on_setting() local
2405 value = 1; in ex_btc8723b1ant_power_on_setting()
2411 value = 0; in ex_btc8723b1ant_power_on_setting()
2415 &value); in ex_btc8723b1ant_power_on_setting()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_pm.c549 static void OUTMC( struct radeonfb_info *rinfo, u8 indx, u32 value) in OUTMC() argument
552 OUTREG( MC_IND_DATA, value); in OUTMC()
1099 static void radeon_pm_program_mode_reg(struct radeonfb_info *rinfo, u16 value, in radeon_pm_program_mode_reg() argument
1107 mem_sdram_mode |= (value<<MEM_SDRAM_MODE_REG__MEM_MODE_REG__SHIFT) in radeon_pm_program_mode_reg()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c2767 u32 value; in mwifiex_pcie_reg_dump() local
2779 if (mwifiex_read_reg(adapter, reg->fw_status, &value)) { in mwifiex_pcie_reg_dump()
2787 mwifiex_read_reg(adapter, pcie_scratch_reg[i], &value); in mwifiex_pcie_reg_dump()
2789 pcie_scratch_reg[i], value); in mwifiex_pcie_reg_dump()
/openbmc/linux/Documentation/kernel-hacking/
H A Dhacking.rst375 to do endian conversions in the kernel: they return the converted value.
381 to the given type, and return the converted value. The other variation
383 convert value referred to by the pointer, and return void.
777 * pointer with the same return value.
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c2678 static int nbu2ss_ep_set_halt(struct usb_ep *_ep, int value) in nbu2ss_ep_set_halt() argument
2702 if (value == 0) { in nbu2ss_ep_set_halt()
2703 _nbu2ss_set_endpoint_stall(udc, ep_adrs, value); in nbu2ss_ep_set_halt()
2712 if (value == 0) in nbu2ss_ep_set_halt()
/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c88 int value);
183 unsigned int offset, int value) in npcmgpio_direction_output() argument
189 value); in npcmgpio_direction_output()
195 return bank->direction_output(chip, offset, value); in npcmgpio_direction_output()
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1236 u8 value, bool wait) in mxt_t6_command() argument
1245 ret = mxt_write_reg(data->client, reg, value); in mxt_t6_command()
1310 static void mxt_update_crc(struct mxt_data *data, u8 cmd, u8 value) in mxt_update_crc() argument
1319 mxt_t6_command(data, cmd, value, true); in mxt_update_crc()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c2765 static void set_ghcb_msr_bits(struct vcpu_svm *svm, u64 value, u64 mask, in set_ghcb_msr_bits() argument
2769 svm->vmcb->control.ghcb_gpa |= (value & mask) << pos; in set_ghcb_msr_bits()
2777 static void set_ghcb_msr(struct vcpu_svm *svm, u64 value) in set_ghcb_msr() argument
2779 svm->vmcb->control.ghcb_gpa = value; in set_ghcb_msr()
/openbmc/linux/fs/quota/
H A Ddquot.c2926 s64 value = percpu_counter_sum(&dqstats.counter[type]); in do_proc_dqstats() local
2929 if (value < 0 && (type == DQST_ALLOC_DQUOTS || in do_proc_dqstats()
2931 value = 0; in do_proc_dqstats()
2934 dqstats.stat[type] = value; in do_proc_dqstats()
/openbmc/linux/mm/
H A Dhuge_memory.c297 unsigned long value; in single_hugepage_flag_store() local
300 ret = kstrtoul(buf, 10, &value); in single_hugepage_flag_store()
303 if (value > 1) in single_hugepage_flag_store()
306 if (value) in single_hugepage_flag_store()
/openbmc/docs/designs/
H A Devent-logging.md461 `bmcweb` will use a prefix such as `object_path:` in the `MessageArgs` value.
675 throw Example().fru("Motherboard").value(42);
684 throw Example([](auto e) { return e.fru("Motherboard").value(42); });
687 throw Example({.fru = "Motherboard", .value = 42});
/openbmc/linux/drivers/thunderbolt/
H A Dswitch.c1692 u32 value, int timeout_msec) in tb_switch_wait_for_bit() argument
1704 if ((val & bit) == value) in tb_switch_wait_for_bit()
3814 unsigned int pcie_offset, u32 value) in tb_switch_pcie_bridge_write() argument
3823 ret = tb_sw_write(sw, &value, TB_CFG_SWITCH, offset, 1); in tb_switch_pcie_bridge_write()
/openbmc/linux/scripts/
H A Dcheckpatch.pl3301 my $value = $2;
3302 if ($tag =~ /^$link_tags_search$/ && $value !~ m{^https?://}) {
5569 my $value = $1;
5570 $value = deparenthesize($value);
5571 if ($value =~ m/^\s*$FuncArg\s*(?:\?|$)/) {
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c3594 #define PRINT_ADAP_STATS(string, value) \ argument
3596 (unsigned long long)(value))
3598 #define PRINT_CH_STATS(string, value) \ argument
3603 (unsigned long long)stats.value[i]); \
3607 #define PRINT_CH_STATS2(string, value) \ argument
3612 (unsigned long long)stats[i].value); \
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1818 DC_LOG_GAMMA("R\t%d\t%llu", i, tf->tf_pts.red[i].value); in log_tf()
1819 DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->tf_pts.green[i].value); in log_tf()
1820 DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->tf_pts.blue[i].value); in log_tf()
1824 DC_LOG_ALL_GAMMA("R\t%d\t%llu", i, tf->tf_pts.red[i].value); in log_tf()
1825 DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->tf_pts.green[i].value); in log_tf()
1826 DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->tf_pts.blue[i].value); in log_tf()
/openbmc/linux/Documentation/fb/
H A Dviafb.rst224 # fbset -depth <value>
/openbmc/linux/fs/jffs2/
H A DREADME.Locking165 after release read-semaphore, if it's necessary to load name/value pair
/openbmc/linux/arch/m68k/fpsp040/
H A Dstan.S11 | Output: The value tan(X) returned in floating-point register Fp0.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-Fix-build-with-fno-common.patch66 /* EDA Default MDS timeout value */
/openbmc/u-boot/arch/arm/lib/
H A Dlib1funcs.S258 rsbmi r3, r0, #0 @ positive dividend value
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc23 unsigned short value;
/openbmc/u-boot/arch/arm/mach-rockchip/
H A DKconfig196 according to the value from this register.

1...<<491492493494495496497498499500>>...543