Home
last modified time | relevance | path

Searched refs:state2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Divshmem-test.c199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local
205 setup_vm(&state2); in test_ivshmem_pair()
206 s2 = &state2; in test_ivshmem_pair()
308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
331 setup_vm_with_server(&state2, nvectors); in test_ivshmem_server()
332 s2 = &state2; in test_ivshmem_server()
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c68 int state1 = 0, state2 = 0; in sh_sdhi_intr() local
71 state2 = sh_sdhi_readw(host, SDHI_INFO2); in sh_sdhi_intr()
73 debug("%s: state1 = %x, state2 = %x\n", __func__, state1, state2); in sh_sdhi_intr()
102 if (state2 & INFO2_ALL_ERR) { in sh_sdhi_intr()
122 if (state2 & INFO2_BRE_ENABLE) { in sh_sdhi_intr()
131 if (state2 & INFO2_BWE_ENABLE) { in sh_sdhi_intr()
H A Dsh_mmcif.c139 u32 state1, state2; in sh_mmcif_error_manage() local
146 state2 = sh_mmcif_read(&host->regs->ce_host_sts2); in sh_mmcif_error_manage()
171 if (state2 & STS2_CRC_ERR) in sh_mmcif_error_manage()
173 else if (state2 & STS2_TIMEOUT_ERR) in sh_mmcif_error_manage()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h942 uint8_t state2);
945 uint8_t state1, uint8_t state2);
/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()
2012 if ((1 << (evt->offset - 8)) & (state2 & 0x7f)) { 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()
2071 if ((1 << (evt->offset - 8)) & (state2 & 0x7f)) { in ipmi_sdr_print_discrete_state()