Searched refs:state2 (Results 1 – 3 of 3) sorted by relevance
194 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local200 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()211 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()226 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()236 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()242 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
74 int state1 = 0, state2 = 0; in sh_sdhi_intr() local77 state2 = sh_sdhi_readw(host, SDHI_INFO2); in sh_sdhi_intr()79 debug("%s: state1 = %x, state2 = %x\n", __func__, state1, state2); in sh_sdhi_intr()108 if (state2 & INFO2_ALL_ERR) { in sh_sdhi_intr()128 if (state2 & INFO2_BRE_ENABLE) { in sh_sdhi_intr()137 if (state2 & INFO2_BWE_ENABLE) { in sh_sdhi_intr()
144 u32 state1, state2; in sh_mmcif_error_manage() local151 state2 = sh_mmcif_read(&host->regs->ce_host_sts2); in sh_mmcif_error_manage()176 if (state2 & STS2_CRC_ERR) in sh_mmcif_error_manage()178 else if (state2 & STS2_TIMEOUT_ERR) in sh_mmcif_error_manage()
Completed in 10 milliseconds