Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dblake2s-selftest.c606 struct blake2s_state state1, state2; in blake2s_random_test() local
613 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test()
615 blake2s_compress(&state1, blocks, 2, BLAKE2S_BLOCK_SIZE); in blake2s_random_test()
617 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test()
624 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test()
625 blake2s_compress(&state1, blocks, 1, BLAKE2S_BLOCK_SIZE); in blake2s_random_test()
632 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test()
/openbmc/qemu/tests/qemu-iotests/
H A D201.out15 (qemu) savevm state1
16 (qemu) loadvm state1
H A D201119 _send_qemu_cmd $dest 'savevm state1' "(qemu)"
120 _send_qemu_cmd $dest 'loadvm state1' "(qemu)"
/openbmc/linux/lib/zstd/common/
H A Dfse_decompress.c242 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local
248 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic()
255 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
265 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
277 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
286 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local
203 setup_vm(&state1); in test_ivshmem_pair()
204 s1 = &state1; in test_ivshmem_pair()
308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
329 setup_vm_with_server(&state1, nvectors); in test_ivshmem_server()
330 s1 = &state1; in test_ivshmem_server()
/openbmc/linux/drivers/input/keyboard/
H A Dclps711x-keypad.c50 bool state, state1; in clps711x_keypad_poll() local
56 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll()
57 } while (state != state1); in clps711x_keypad_poll()
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c68 int state1 = 0, state2 = 0; in sh_sdhi_intr() local
70 state1 = sh_sdhi_readw(host, SDHI_INFO1); in sh_sdhi_intr()
73 debug("%s: state1 = %x, state2 = %x\n", __func__, state1, state2); in sh_sdhi_intr()
76 if (state1 & INFO1_CARD_IN) { in sh_sdhi_intr()
88 if (state1 & INFO1_CARD_RE) { in sh_sdhi_intr()
113 if (state1 & INFO1_RESP_END) { in sh_sdhi_intr()
140 if (state1 & INFO1_ACCESS_END) { in sh_sdhi_intr()
H A Dsh_mmcif.c139 u32 state1, state2; in sh_mmcif_error_manage() local
145 state1 = sh_mmcif_read(&host->regs->ce_host_sts1); in sh_mmcif_error_manage()
152 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
/openbmc/linux/drivers/regulator/
H A Dact8865-regulator.c589 u8 state0, state1; in act8600_charger_get_status() local
596 state1 = val & ACT8600_APCH_CSTATE1; in act8600_charger_get_status()
598 if (state0 && !state1) in act8600_charger_get_status()
600 if (!state0 && state1) in act8600_charger_get_status()
602 if (!state0 && !state1) in act8600_charger_get_status()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c321 u8 state1, state2; in ls041y3_esd_check_mode1() local
323 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1); in ls041y3_esd_check_mode1()
327 state1, state2); in ls041y3_esd_check_mode1()
331 if (!((state1 ^ state2) & (1 << 6))) in ls041y3_esd_check_mode1()
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
58 $cat /sys/bus/acpi/devices/INT3404:00/state1
/openbmc/linux/drivers/s390/cio/
H A Dcss.h46 __u8 state1 : 2; /* path state value 1 */ member
H A Ddevice_pgid.c348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm()
351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw.h193 __u8 state1[ICP_QAT_HW_SHA512_STATE1_SZ]; member
H A Dqat_algs.c152 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes()
188 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c558 u32 state1, state2; in sh_mmcif_error_manage() local
563 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1); in sh_mmcif_error_manage()
565 dev_dbg(dev, "ERR HOST_STS1 = %08x\n", state1); in sh_mmcif_error_manage()
568 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h941 uint8_t event_type, uint8_t state1,
945 uint8_t state1, uint8_t state2);
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-rock2-square.dts46 label = "rock2:green:state1";
/openbmc/linux/drivers/thunderbolt/
H A Dicm.c1844 u32 state0, state1; in icm_reset_phy_port() local
1873 state1 = val1 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1874 state1 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port()
1877 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1986 uint8_t state1, uint8_t state2) in ipmi_sdr_print_discrete_state_mini() argument
1992 if (state1 == 0 && (state2 & 0x7f) == 0) in ipmi_sdr_print_discrete_state_mini()
2019 if ((1 << evt->offset) & state1) { in ipmi_sdr_print_discrete_state_mini()
2043 uint8_t state1, uint8_t state2) in ipmi_sdr_print_discrete_state() argument
2049 if (state1 == 0 && (state2 & 0x7f) == 0) in ipmi_sdr_print_discrete_state()
2082 if ((1 << evt->offset) & state1) { in ipmi_sdr_print_discrete_state()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c1480 unsigned int t, state1, state2; in __ips_gfx_val() local
1490 state1 = ext_v; in __ips_gfx_val()
1503 corr = div_u64(corr * 150142 * state1, 10000) - 78642; in __ips_gfx_val()
1506 state2 = div_u64(corr2 * state1, 10000); in __ips_gfx_val()
/openbmc/linux/fs/gfs2/
H A Drgrp.c440 const u8 state1 = state << 2; in gfs2_bitcount() local
448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel_idle.rst207 :file:`state1` ... :file:`state<i>` ..., where ``<i>`` is the index of the given
H A Dcpuidle.rst411 called :file:`state0`, :file:`state1` and so on, up to the number of idle state