/openbmc/linux/arch/csky/abiv1/ |
H A D | alignment.c | 97 uint32_t byte0, byte1; in ldh_c() local 99 if (ldb_asm(addr, &byte0)) in ldh_c() 105 byte0 |= byte1 << 8; in ldh_c() 119 uint32_t byte0, byte1; in sth_c() local 123 byte0 &= 0xff; in sth_c() 125 if (stb_asm(addr, byte0)) in sth_c() 161 byte0 |= byte1 << 8; in ldw_c() 162 byte0 |= byte2 << 16; in ldw_c() 163 byte0 |= byte3 << 24; in ldw_c() 182 byte0 &= 0xff; in stw_c() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | xics_pnv.c | 38 bool byte0 = (width == 1 && (addr & 0x3) == 0); in pnv_icp_read() local 44 if (byte0) { in pnv_icp_read() 51 if (byte0) { in pnv_icp_read() 60 if (byte0) { in pnv_icp_read() 101 bool byte0 = (width == 1 && (addr & 0x3) == 0); in pnv_icp_write() local 105 if (byte0) { in pnv_icp_write() 114 if (byte0) { in pnv_icp_write()
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8190P_rtl8256.c | 160 u8 byte0, byte1, byte2, byte3; in rtl92e_set_ofdm_tx_power() local 172 byte0 = writeVal & 0x7f; in rtl92e_set_ofdm_tx_power() 176 if (byte0 > 0x24) in rtl92e_set_ofdm_tx_power() 177 byte0 = 0x24; in rtl92e_set_ofdm_tx_power() 187 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power() 195 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8190_rtl8256.c | 254 u8 byte0, byte1, byte2, byte3; in phy_set_rf8256_ofdm_tx_power() local 263 byte0 = (u8)(writeVal & 0x7f); in phy_set_rf8256_ofdm_tx_power() 268 if (byte0 > 0x24) in phy_set_rf8256_ofdm_tx_power() 270 byte0 = 0x24; in phy_set_rf8256_ofdm_tx_power() 280 writeVal_tmp = (byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0; in phy_set_rf8256_ofdm_tx_power() 290 writeVal = (byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0; in phy_set_rf8256_ofdm_tx_power()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v69_hvx.c | 64 uint8_t byte0; in test_vasrvuhubrndsat() local 68 byte0 = fVSATUB(fVROUND(buffer0[2 * i + 0].uh[j], shamt) >> shamt); in test_vasrvuhubrndsat() 71 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubrndsat() 101 uint8_t byte0; in test_vasrvuhubsat() local 105 byte0 = fVSATUB(buffer0[2 * i + 0].uh[j] >> shamt); in test_vasrvuhubsat() 108 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubsat()
|
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 322 uint8_t byte0 = (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F() local 325 getPldmTypesResp0{0x00, 0x02, 0x04, 0x00, byte0, 0x00, in TEST_F() 334 byte0 = (1 << (PLDM_SET_TID % 8)) + (1 << (PLDM_GET_TID % 8)) + in TEST_F() 339 0x00, 0x02, 0x05, 0x00, byte0, 0x00, 0x00, 0x00, 0x00, in TEST_F() 352 byte0 = (1 << (PLDM_SET_EVENT_RECEIVER % 8)); // byte0 = 0x10 in TEST_F() 377 0x00, 0x02, 0x05, 0x00, byte0, byte1, byte2, 0x00, byte4, in TEST_F() 388 byte0 = (0 << (PLDM_GET_BIOS_TABLE % 8)) + in TEST_F() 396 0x00, 0x02, 0x05, 0x00, byte0, byte1, 0x00, 0x00, 0x00, in TEST_F() 408 byte0 = (1 << (PLDM_GET_FRU_RECORD_TABLE_METADATA % 8)) + in TEST_F() 416 0x00, 0x02, 0x05, 0x00, byte0, 0x00, 0x00, 0x00, 0x00, in TEST_F()
|
/openbmc/pldm/oem/ampere/event/ |
H A D | oem_event_manager.cpp | 148 uint8_t byte0 = (presentReading & 0x000000ff); in handleBootOverallEvent() local 164 if (byte0 >= ddrTrainingMsg.size()) in handleBootOverallEvent() 171 description += ddrTrainingMsg[byte0]; in handleBootOverallEvent() 173 if (0x01 == byte0) in handleBootOverallEvent() 191 if (byte0 >= bootStatMsg.size()) in handleBootOverallEvent() 198 description += bootStatMsg[byte0]; in handleBootOverallEvent()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | rtas-types.h | 26 u8 byte0; /* Architectural version */ member 54 u8 byte0; member
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | drv_fcoe_fw_funcs.c | 26 const u8 val_byte = ctx->ystorm_ag_context.byte0; in init_initiator_rw_fcoe_task() 35 ctx->ystorm_ag_context.byte0 = val_byte; in init_initiator_rw_fcoe_task() 119 const u8 val_byte = ctx->ystorm_ag_context.byte0; in init_initiator_midpath_unsolicited_fcoe_task() 127 ctx->ystorm_ag_context.byte0 = val_byte; in init_initiator_midpath_unsolicited_fcoe_task()
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
H A D | dimm_train_fail_log.sh | 121 byte0=$(((data & 0xff00) >> 8)) 139 "$evtdata0" "$evtdata1" "$byte0" "$byte1" \
|
/openbmc/dbus-sensors/src/ |
H A D | IpmbSensor.hpp | 39 byte0, enumerator 129 ReadingFormat readingFormat = ReadingFormat::byte0;
|
H A D | IpmbSensor.cpp | 173 readingFormat = ReadingFormat::byte0; in loadDefaults() 229 readingFormat = ReadingFormat::byte0; in loadDefaults() 302 case (ReadingFormat::byte0): in processReading()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_db.c | 527 u8 i, byte0 = 0, byte1 = 0; in pattern_table_get_killer_word16() local 534 byte0 |= pattern_killer_pattern_table_map[index * 2][role] << i; in pattern_table_get_killer_word16() 538 return byte0 | (byte0 << 8) | (byte1 << 16) | (byte1 << 24); in pattern_table_get_killer_word16()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | alps.h | 176 u8 byte0, mask0; member 298 u8 byte0, mask0; member
|
H A D | alps.c | 218 return (data & priv->mask0) == priv->byte0; in alps_is_valid_first_byte() 1639 psmouse->packet[0], priv->mask0, priv->byte0); in alps_process_byte() 2002 if (poll_failed || (buf[0] & priv->mask0) != priv->byte0) in alps_poll() 2731 priv->byte0 = protocol->byte0; in alps_set_protocol()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_struct.h | 59 u32 byte0; member 582 u32 byte0; member
|
H A D | macsec_api.c | 879 packed_record[0] = rec->byte0 & 0xFF; in set_ingress_postclass_record() 983 rec->byte0 = packed_record[0] & 0xFF; in get_ingress_postclass_record() 1260 packed_record[2] |= (rec->byte0 & 0xFF) << 8; in set_egress_class_record() 1411 rec->byte0 = (packed_record[2] >> 8) & 0xFF; in get_egress_class_record()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 433 union dwnstream_port_caps_byte0 byte0; member 570 uint8_t byte0; member 577 uint8_t byte0; member 584 uint8_t byte0; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 695 u8 byte0; member 1603 u8 byte0; member 1640 u8 byte0; member 3536 u8 byte0; member 3580 u8 byte0; member 3684 u8 byte0; member 4619 u8 byte0; member 5294 u8 byte0; member 6048 u8 byte0; member 6374 u8 byte0; member [all …]
|
/openbmc/linux/include/linux/qed/ |
H A D | fcoe_common.h | 154 u8 byte0; member 356 u8 byte0; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cio.h | 282 u8 byte0; member
|
/openbmc/dbus-sensors/tests/ |
H A D | test_IpmbSensor.cpp | 19 EXPECT_TRUE(IpmbSensor::processReading(ReadingFormat::byte0, 0, data, in TEST()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_mipi_dsi.c | 928 u8 byte0; in sun6i_dsi_dcs_read() local 953 byte0 = val & 0xff; in sun6i_dsi_dcs_read() 954 if (byte0 == MIPI_DSI_RX_ACKNOWLEDGE_AND_ERROR_REPORT) in sun6i_dsi_dcs_read()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 529 uint8_t byte0, byte1; in permutate_bits() local 538 byte0 = new & 0xff; in permutate_bits() 543 new = (new & ~0xff) | byte0; in permutate_bits()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-lmcx-defs.h | 2298 uint64_t byte0:4; member 2300 uint64_t byte0:4; 2401 uint64_t byte0:6; member 2403 uint64_t byte0:6; 2833 uint64_t byte0:5; member 2835 uint64_t byte0:5;
|