/openbmc/u-boot/arch/arm/ |
H A D | Kconfig | 28 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 D | intel8x0.c | 2780 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 D | omap_udc.c | 1045 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 D | halbtc8723b1ant.c | 2363 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 D | radeon_pm.c | 549 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 D | pcie.c | 2767 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 D | hacking.rst | 375 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 D | emxx_udc.c | 2678 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 D | pinctrl-npcm7xx.c | 88 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 D | atmel_mxt_ts.c | 1236 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 D | sev.c | 2765 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 D | dquot.c | 2926 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 D | huge_memory.c | 297 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 D | event-logging.md | 461 `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 D | switch.c | 1692 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 D | checkpatch.pl | 3301 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 D | cxgb4_debugfs.c | 3594 #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 D | dcn10_hw_sequencer.c | 1818 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 D | viafb.rst | 224 # fbset -depth <value>
|
/openbmc/linux/fs/jffs2/ |
H A D | README.Locking | 165 after release read-semaphore, if it's necessary to load name/value pair
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | stan.S | 11 | Output: The value tan(X) returned in floating-point register Fp0.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Fix-build-with-fno-common.patch | 66 /* EDA Default MDS timeout value */
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | lib1funcs.S | 258 rsbmi r3, r0, #0 @ positive dividend value
|
/openbmc/u-boot/board/toradex/apalis_imx6/ |
H A D | pf0100_otp.inc | 23 unsigned short value;
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | Kconfig | 196 according to the value from this register.
|