Searched refs:read1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-sdw-mbq.c | 30 int read1; in regmap_sdw_mbq_read() local 36 read1 = sdw_read_no_pm(slave, SDW_SDCA_MBQ_CTL(reg)); in regmap_sdw_mbq_read() 37 if (read1 < 0) in regmap_sdw_mbq_read() 38 return read1; in regmap_sdw_mbq_read() 40 *val = (read1 << 8) | read0; in regmap_sdw_mbq_read()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-snvs.c | 66 u64 read1, read2; in rtc_read_lp_counter() local 74 read1 = rtc_read_lpsrt(data); in rtc_read_lp_counter() 76 read2 = read1; in rtc_read_lp_counter() 77 read1 = rtc_read_lpsrt(data); in rtc_read_lp_counter() 78 diff = read1 - read2; in rtc_read_lp_counter() 84 return (u32) (read1 >> CNTR_TO_SECS_SH); in rtc_read_lp_counter()
|
/openbmc/entity-manager/test/ |
H A D | test_fru-utils.cpp | 241 std::array<uint8_t, blockSize> read1{}; in TEST() local 250 EXPECT_EQ(reader.read(0, blockSize, read1.data()), 1); in TEST() 253 EXPECT_EQ(read1[0], read2[0]); in TEST()
|
/openbmc/u-boot/cmd/ |
H A D | tpm_test.c | 258 int read0, read1, read2, read3; in test_readonly() local 277 read1 = tpm_nv_read_value(dev, INDEX1, (uint8_t *)&index_1, in test_readonly() 283 if (read0 || read1 || read2 || read3) { in test_readonly()
|
/openbmc/linux/block/ |
H A D | mq-deadline.c | 1104 DEADLINE_DEBUGFS_DDIR_ATTRS(DD_BE_PRIO, DD_READ, read1); 1234 DEADLINE_QUEUE_DDIR_ATTRS(read1), 1240 DEADLINE_NEXT_RQ_ATTR(read1),
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 382 int read1 = i2c_smbus_read_byte_data( in initialize() local 384 if (read1 < 0) in initialize() 404 std::bitset<8> currCtrlVal(read1); in initialize()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 1040 u32 read1 = gpu_read(gpu, VIVS_MC_DEBUG_READ1); in etnaviv_gpu_debugfs() local 1045 seq_printf(m, "\t read1: 0x%08x\n", read1); in etnaviv_gpu_debugfs()
|