/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/ |
H A D | events.json | 107 "interface": "xyz.openbmc_project.Sensor.Value", 108 "property": { "name": "Value" } 112 "interface": "xyz.openbmc_project.Sensor.Value", 113 "property": { "name": "Value" } 117 "interface": "xyz.openbmc_project.Sensor.Value", 118 "property": { "name": "Value" } 144 "interface": "xyz.openbmc_project.Sensor.Value", 145 "property": { "name": "Value" } 149 "interface": "xyz.openbmc_project.Sensor.Value", 150 "property": { "name": "Value" } [all …]
|
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 15 value: true 19 value: "Aspeed" 22 value: "AST2500" 35 value: true 39 value: true 43 value: "DIMM A0" 46 value: false 51 value: "CPU0_DIMM_A0" 58 value: true 62 value: true [all …]
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 15 value: true 19 value: "Aspeed" 22 value: "AST2600" 35 value: true 39 value: true 43 value: "DIMM C0A1" 46 value: false 51 value: "CPU0_DIMM_A1" 58 value: true 62 value: true [all …]
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/ |
H A D | events.json | 206 "interface": "xyz.openbmc_project.Sensor.Value", 207 "property": { "name": "Value" } 236 "interface": "xyz.openbmc_project.Sensor.Value", 237 "property": { "name": "Value" } 243 { "value": 1.0, "target": 77.0 }, number 244 { "value": 50.0, "target": 89.0 }, number 245 { "value": 60.0, "target": 102.0 }, number 246 { "value": 65.0, "target": 115.0 }, number 247 { "value": 70.0, "target": 122.0 }, number 248 { "value": 76.0, "target": 128.0 }, number [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 271 static inline int evmcs_vmptrst(uint64_t *value) in evmcs_vmptrst() argument 273 *value = current_vp_assist->current_nested_vmcs & in evmcs_vmptrst() 279 static inline int evmcs_vmread(uint64_t encoding, uint64_t *value) in evmcs_vmread() argument 283 *value = current_evmcs->guest_rip; in evmcs_vmread() 286 *value = current_evmcs->guest_rsp; in evmcs_vmread() 289 *value = current_evmcs->guest_rflags; in evmcs_vmread() 292 *value = current_evmcs->host_ia32_pat; in evmcs_vmread() 295 *value = current_evmcs->host_ia32_efer; in evmcs_vmread() 298 *value = current_evmcs->host_cr0; in evmcs_vmread() 301 *value = current_evmcs->host_cr3; in evmcs_vmread() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | fw.h | 387 #define SET_PKT_H2C_CATEGORY(h2c_pkt, value) \ argument 388 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(6, 0)) 389 #define SET_PKT_H2C_CMD_ID(h2c_pkt, value) \ argument 390 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(15, 8)) 391 #define SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, value) \ argument 392 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(31, 16)) 393 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ argument 394 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(15, 0)) 403 #define FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, value) \ argument 404 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(31, 16)) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | cam.h | 15 static inline void FWCMD_SET_ADDR_IDX(void *cmd, u32 value) in FWCMD_SET_ADDR_IDX() argument 17 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(7, 0)); in FWCMD_SET_ADDR_IDX() 20 static inline void FWCMD_SET_ADDR_OFFSET(void *cmd, u32 value) in FWCMD_SET_ADDR_OFFSET() argument 22 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(15, 8)); in FWCMD_SET_ADDR_OFFSET() 25 static inline void FWCMD_SET_ADDR_LEN(void *cmd, u32 value) in FWCMD_SET_ADDR_LEN() argument 27 le32p_replace_bits((__le32 *)(cmd) + 1, value, GENMASK(23, 16)); in FWCMD_SET_ADDR_LEN() 30 static inline void FWCMD_SET_ADDR_VALID(void *cmd, u32 value) in FWCMD_SET_ADDR_VALID() argument 32 le32p_replace_bits((__le32 *)(cmd) + 2, value, BIT(0)); in FWCMD_SET_ADDR_VALID() 35 static inline void FWCMD_SET_ADDR_NET_TYPE(void *cmd, u32 value) in FWCMD_SET_ADDR_NET_TYPE() argument 37 le32p_replace_bits((__le32 *)(cmd) + 2, value, GENMASK(2, 1)); in FWCMD_SET_ADDR_NET_TYPE() [all …]
|
/openbmc/qemu/ |
H A D | meson_options.txt | 5 option('qemu_suffix', type : 'string', value: 'qemu', 7 option('docdir', type : 'string', value : 'share/doc', 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 11 option('pkgversion', type : 'string', value : '', 13 option('smbd', type : 'string', value : '', 15 option('iasl', type : 'string', value : '', 17 option('tls_priority', type : 'string', value : 'NORMAL', 19 option('default_devices', type : 'boolean', value : true, 21 option('audio_drv_list', type: 'array', value: ['default'], 24 option('block_drv_rw_whitelist', type : 'string', value : '', [all …]
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | nvreg.h | 34 #define SetBF(mask,value) ((value) << (0?mask)) argument 37 #define MaskAndSetBF(var,mask,value) (var)=(((var)&(~MASKEXPAND(mask)) \ argument 38 | SetBF(mask,value))) 47 #define DEVICE_WRITE(device,reg,value) DEVICE_ACCESS(device,reg)=(value) argument 51 #define DEVICE_DEF(device,mask,value) \ argument 52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value) 53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value) argument 56 #define PDAC_Write(reg,value) DEVICE_WRITE(PDAC,reg,value) argument 59 #define PDAC_Def(mask,value) DEVICE_DEF(PDAC,mask,value) argument 60 #define PDAC_Val(mask,value) DEVICE_VALUE(PDAC,mask,value) argument [all …]
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | test_host_ras.robot | 34 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_RECV1 37 ... HOST ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 44 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_RECV32 47 ... HOST ${value[0]} ${value[1]} 32 ${value[2]} ${err_log_path} 53 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_UE 56 ... ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 65 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCI_RECV1 68 ... HOST ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 74 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCI_UE 77 ... ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} [all …]
|
H A D | test_bmc_ras.robot | 37 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_RECV1 40 ... BMC ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 47 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_RECV32 50 ... BMC ${value[0]} ${value[1]} 32 ${value[2]} ${err_log_path} 57 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCACALIFIR_UE 60 ... ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 69 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCI_RECV1 72 ... BMC ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} 79 ${value}= Get From Dictionary ${ERROR_INJECT_DICT} MCI_UE 82 ... ${value[0]} ${value[1]} 1 ${value[2]} ${err_log_path} [all …]
|
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 468 u32 value; in tegra210_pex_uphy_enable() local 486 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL2); in tegra210_pex_uphy_enable() 487 value &= ~(XUSB_PADCTL_UPHY_PLL_CTL2_CAL_CTRL_MASK << in tegra210_pex_uphy_enable() 489 value |= XUSB_PADCTL_UPHY_PLL_CTL2_CAL_CTRL_VAL << in tegra210_pex_uphy_enable() 491 padctl_writel(padctl, value, XUSB_PADCTL_UPHY_PLL_P0_CTL2); in tegra210_pex_uphy_enable() 493 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL5); in tegra210_pex_uphy_enable() 494 value &= ~(XUSB_PADCTL_UPHY_PLL_CTL5_DCO_CTRL_MASK << in tegra210_pex_uphy_enable() 496 value |= XUSB_PADCTL_UPHY_PLL_CTL5_DCO_CTRL_VAL << in tegra210_pex_uphy_enable() 498 padctl_writel(padctl, value, XUSB_PADCTL_UPHY_PLL_P0_CTL5); in tegra210_pex_uphy_enable() 500 value = padctl_readl(padctl, XUSB_PADCTL_UPHY_PLL_P0_CTL1); in tegra210_pex_uphy_enable() [all …]
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
H A D | xusb-padctl.c | 98 u32 value; in tegra_xusb_padctl_enable() local 103 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() 104 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_CLAMP_EN; in tegra_xusb_padctl_enable() 105 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() 109 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() 110 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_CLAMP_EN_EARLY; in tegra_xusb_padctl_enable() 111 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() 115 value = padctl_readl(padctl, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() 116 value &= ~XUSB_PADCTL_ELPG_PROGRAM_AUX_MUX_LP0_VCORE_DOWN; in tegra_xusb_padctl_enable() 117 padctl_writel(padctl, value, XUSB_PADCTL_ELPG_PROGRAM); in tegra_xusb_padctl_enable() [all …]
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/ |
H A D | fp5280g3-ipmi-sensors.yaml | 6 xyz.openbmc_project.Sensor.Value: 7 Value: 21 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts 27 xyz.openbmc_project.Sensor.Value: 28 Value: 42 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts 48 xyz.openbmc_project.Sensor.Value: 49 Value: 63 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts 69 xyz.openbmc_project.Sensor.Value: [all …]
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | events.json | 211 "interface": "xyz.openbmc_project.Sensor.Value", 212 "property": { "name": "Value" } 216 "interface": "xyz.openbmc_project.Sensor.Value", 217 "property": { "name": "Value" } 221 "interface": "xyz.openbmc_project.Sensor.Value", 222 "property": { "name": "Value" } 226 "interface": "xyz.openbmc_project.Sensor.Value", 227 "property": { "name": "Value" } 231 "interface": "xyz.openbmc_project.Sensor.Value", 232 "property": { "name": "Value" } 526 "value": 7 global() number 534 "value": 9 global() number 568 "value": 7 global() number 576 "value": 9 global() number 610 "value": 7 global() number 618 "value": 9 global() number 652 "value": 7 global() number 660 "value": 9 global() number 694 "value": 7 global() number 702 "value": 9 global() number 736 "value": 7 global() number 744 "value": 9 global() number 778 "value": 7 global() number 786 "value": 9 global() number 820 "value": 7 global() number 828 "value": 9 global() number 862 "value": 10 global() number 870 "value": 13 global() number 904 "value": 10 global() number 912 "value": 13 global() number 946 "value": 10 global() number 954 "value": 13 global() number 988 "value": 10 global() number 996 "value": 13 global() number 1030 "value": 10 global() number 1038 "value": 13 global() number 1072 "value": 10 global() number 1080 "value": 13 global() number 1114 "value": 10 global() number 1122 "value": 13 global() number 1156 "value": 10 global() number 1164 "value": 13 global() number 1198 "value": 8 global() number 1206 "value": 11 global() number 1240 "value": 10 global() number 1248 "value": 13 global() number 1282 "value": 9 global() number 1290 "value": 12 global() number 1324 "value": 10 global() number 1332 "value": 13 global() number 1366 "value": 10 global() number 1374 "value": 13 global() number 2237 "value": [ global() array 2253 "value": [ global() array 2269 "value": [ global() array 2285 "value": [ global() array 2301 "value": [ global() array 2374 { "value": 1, "floor": 3800 }, global() number 2375 { "value": 2, "floor": 4200 }, global() number 2376 { "value": 3, "floor": 4600 }, global() number 2377 { "value": 4, "floor": 6500 } global() number 2391 { "value": 1, "floor": 4400 }, global() number 2392 { "value": 2, "floor": 4800 }, global() number 2393 { "value": 3, "floor": 5400 }, global() number 2394 { "value": 4, "floor": 7500 } global() number 2408 { "value": 1, "floor": 5000 }, global() number 2409 { "value": 2, "floor": 5600 }, global() number 2410 { "value": 3, "floor": 6500 }, global() number 2411 { "value": 4, "floor": 9000 } global() number 2425 { "value": 1, "floor": 5800 }, global() number 2426 { "value": 2, "floor": 6700 }, global() number 2427 { "value": 3, "floor": 7700 }, global() number 2428 { "value": 4, "floor": 11300 } global() number 2442 { "value": 1, "floor": 6900 }, global() number 2443 { "value": 2, "floor": 7900 }, global() number 2444 { "value": 3, "floor": 9200 }, global() number 2445 { "value": 4, "floor": 11300 } global() number [all...] |
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | events.json | 102 "interface": "xyz.openbmc_project.Sensor.Value", 103 "property": { "name": "Value" } 107 "interface": "xyz.openbmc_project.Sensor.Value", 108 "property": { "name": "Value" } 112 "interface": "xyz.openbmc_project.Sensor.Value", 113 "property": { "name": "Value" } 117 "interface": "xyz.openbmc_project.Sensor.Value", 118 "property": { "name": "Value" } 122 "interface": "xyz.openbmc_project.Sensor.Value", 123 "property": { "name": "Value" } 381 "value": 10 global() number 389 "value": 13 global() number 423 "value": 10 global() number 431 "value": 13 global() number 465 "value": 10 global() number 473 "value": 13 global() number 507 "value": 10 global() number 515 "value": 13 global() number 549 "value": 10 global() number 557 "value": 13 global() number 592 "value": 10 global() number 600 "value": 13 global() number 634 "value": 10 global() number 642 "value": 13 global() number 676 "value": 10 global() number 684 "value": 13 global() number 718 "value": 10 global() number 726 "value": 13 global() number 760 "value": 10 global() number 768 "value": 13 global() number 802 "value": 10 global() number 810 "value": 13 global() number 844 "value": 10 global() number 852 "value": 13 global() number 886 "value": 7 global() number 894 "value": 10 global() number 1554 "value": [ global() array 1613 { "value": 1, "floor": 7000 }, global() number 1614 { "value": 2, "floor": 8000 }, global() number 1615 { "value": 3, "floor": 9000 } global() number 1629 { "value": 1, "floor": 8000 }, global() number 1630 { "value": 2, "floor": 9000 }, global() number 1631 { "value": 3, "floor": 9500 } global() number 1645 { "value": 1, "floor": 9000 }, global() number 1646 { "value": 2, "floor": 9500 }, global() number 1647 { "value": 3, "floor": 10400 } global() number 1661 { "value": 1, "floor": 9500 }, global() number 1662 { "value": 2, "floor": 10400 }, global() number 1663 { "value": 3, "floor": 10400 } global() number [all...] |
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_mem_input_v.c | 43 uint32_t value = 0; in set_flip_control() local 45 value = dm_read_reg( in set_flip_control() 49 set_reg_field_value(value, 1, in set_flip_control() 56 value); in set_flip_control() 64 uint32_t value = 0; in program_pri_addr_c() local 70 set_reg_field_value(value, temp, in program_pri_addr_c() 77 value); in program_pri_addr_c() 80 value = 0; in program_pri_addr_c() 84 set_reg_field_value(value, temp, in program_pri_addr_c() 91 value); in program_pri_addr_c() [all …]
|
H A D | dce110_opp_regamma_v.c | 37 uint32_t value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() local 43 value, in power_on_lut() 49 value, in power_on_lut() 56 value, in power_on_lut() 62 value, in power_on_lut() 68 dm_write_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL, value); in power_on_lut() 71 value = dm_read_reg(xfm->ctx, mmDCFEV_MEM_PWR_CTRL); in power_on_lut() 72 if (get_reg_field_value(value, in power_on_lut() 75 get_reg_field_value(value, in power_on_lut() 86 uint32_t value; in set_bypass_input_gamma() local [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr_numeric_effecter.hpp | 34 auto entries = json.value("entries", emptyList); in generateNumericEffecterPDR() 54 pdr->terminus_handle = e.value("terminus_handle", 0); in generateNumericEffecterPDR() 58 std::string entity_path = e.value("entity_path", ""); in generateNumericEffecterPDR() 71 pdr->entity_type = e.value("type", 0); in generateNumericEffecterPDR() 72 pdr->entity_instance = e.value("instance", 0); in generateNumericEffecterPDR() 73 pdr->container_id = e.value("container", 0); in generateNumericEffecterPDR() 85 pdr->entity_type = e.value("type", 0); in generateNumericEffecterPDR() 86 pdr->entity_instance = e.value("instance", 0); in generateNumericEffecterPDR() 87 pdr->container_id = e.value("container", 0); in generateNumericEffecterPDR() 90 pdr->effecter_semantic_id = e.value("effecter_semantic_id", 0); in generateNumericEffecterPDR() [all …]
|
/openbmc/entity-manager/configurations/meta/ |
H A D | fbyv35.json | 12 "Value": 5.65 number 18 "Value": 5.55 number 24 "Value": 5.5 number 30 "Value": 4.5 number 36 "Value": 4.45 number 42 "Value": 4.15 number 56 "Value": 14.333 number 62 "Value": 13.32 number 68 "Value": 13.2 number 74 "Value": 10.8 number [all …]
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-display.c | 85 char *value) in format_and_print_txt() argument 102 if (header && value) { in format_and_print_txt() 104 fprintf(outf, "%s:%s\n", header, value); in format_and_print_txt() 112 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() argument 119 format_and_print_txt(outf, level, header, value); in format_and_print() 139 if (value) { in format_and_print() 144 fprintf(outf, "\"%s\"", value); in format_and_print() 203 char value[512]; in _isst_pbf_display_information() local 209 snprintf(value, sizeof(value), "%d", in _isst_pbf_display_information() 211 format_and_print(outf, disp_level + 1, header, value); in _isst_pbf_display_information() [all …]
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | events.json | 92 "interface": "xyz.openbmc_project.Sensor.Value", 93 "property": { "name": "Value" } 97 "interface": "xyz.openbmc_project.Sensor.Value", 98 "property": { "name": "Value" } 102 "interface": "xyz.openbmc_project.Sensor.Value", 103 "property": { "name": "Value" } 107 "interface": "xyz.openbmc_project.Sensor.Value", 108 "property": { "name": "Value" } 112 "interface": "xyz.openbmc_project.Sensor.Value", 113 "property": { "name": "Value" } 351 "value": 10 global() number 359 "value": 13 global() number 393 "value": 10 global() number 401 "value": 13 global() number 435 "value": 10 global() number 443 "value": 13 global() number 477 "value": 10 global() number 485 "value": 13 global() number 519 "value": 10 global() number 527 "value": 13 global() number 561 "value": 10 global() number 569 "value": 13 global() number 603 "value": 10 global() number 611 "value": 13 global() number 645 "value": 10 global() number 653 "value": 13 global() number 687 "value": 7 global() number 695 "value": 10 global() number 1239 "value": [ global() array 1301 { "value": 1, "floor": 6000 }, global() number 1302 { "value": 2, "floor": 7000 }, global() number 1303 { "value": 3, "floor": 8000 } global() number 1317 { "value": 1, "floor": 7000 }, global() number 1318 { "value": 2, "floor": 9000 }, global() number 1319 { "value": 3, "floor": 9500 } global() number 1333 { "value": 1, "floor": 9000 }, global() number 1334 { "value": 2, "floor": 9500 }, global() number 1335 { "value": 3, "floor": 10400 } global() number 1349 { "value": 1, "floor": 9500 }, global() number 1350 { "value": 2, "floor": 10400 }, global() number 1351 { "value": 3, "floor": 10400 } global() number 1374 { "value": 1, "floor": 7000 }, global() number 1375 { "value": 2, "floor": 8000 }, global() number 1376 { "value": 3, "floor": 9000 } global() number 1390 { "value": 1, "floor": 8000 }, global() number 1391 { "value": 2, "floor": 9000 }, global() number 1392 { "value": 3, "floor": 9500 } global() number 1406 { "value": 1, "floor": 9000 }, global() number 1407 { "value": 2, "floor": 9500 }, global() number 1408 { "value": 3, "floor": 10400 } global() number 1422 { "value": 1, "floor": 9500 }, global() number 1423 { "value": 2, "floor": 10400 }, global() number 1424 { "value": 3, "floor": 10400 } global() number [all...] |
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | stream.hpp | 23 * @param[in] value - the value to convert to 24 * @return uint64_t - the byteswapped value 26 inline uint64_t htonll(uint64_t value) in htonll() argument 28 return bswap_64(value); in htonll() 34 * @param[in] value - the value to convert to 35 * @return uint64_t - the byteswapped value 37 inline uint64_t ntohll(uint64_t value) in ntohll() argument 39 return bswap_64(value); in ntohll() 84 * @param[out] value - filled in with the value 87 Stream& operator>>(uint8_t& value) in operator >>() argument [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | stream.hpp | 23 * @param[in] value - the value to convert to 24 * @return uint64_t - the byteswapped value 26 inline uint64_t htonll(uint64_t value) in htonll() argument 28 return bswap_64(value); in htonll() 34 * @param[in] value - the value to convert to 35 * @return uint64_t - the byteswapped value 37 inline uint64_t ntohll(uint64_t value) in ntohll() argument 39 return bswap_64(value); in ntohll() 84 * @param[out] value - filled in with the value 87 Stream& operator>>(uint8_t& value) in operator >>() argument [all …]
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-medusa-video.c | 24 u32 value = 0; in medusa_enable_bluefield_output() local 63 value = cx25821_i2c_read(&dev->i2c_bus[0], out_ctrl, &tmp); in medusa_enable_bluefield_output() 64 value &= 0xFFFFFF7F; /* clear BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 66 value |= 0x00000080; /* set BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 67 cx25821_i2c_write(&dev->i2c_bus[0], out_ctrl, value); in medusa_enable_bluefield_output() 69 value = cx25821_i2c_read(&dev->i2c_bus[0], out_ctrl_ns, &tmp); in medusa_enable_bluefield_output() 70 value &= 0xFFFFFF7F; in medusa_enable_bluefield_output() 72 value |= 0x00000080; /* set BLUE_FIELD_EN */ in medusa_enable_bluefield_output() 73 cx25821_i2c_write(&dev->i2c_bus[0], out_ctrl_ns, value); in medusa_enable_bluefield_output() 80 u32 value = 0; in medusa_initialize_ntsc() local [all …]
|