Searched refs:state1 (Results 1 – 3 of 3) sorted by relevance
193 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local199 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic()206 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()221 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()234 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()244 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
74 int state1 = 0, state2 = 0; in sh_sdhi_intr() local76 state1 = sh_sdhi_readw(host, SDHI_INFO1); in sh_sdhi_intr()79 debug("%s: state1 = %x, state2 = %x\n", __func__, state1, state2); in sh_sdhi_intr()82 if (state1 & INFO1_CARD_IN) { in sh_sdhi_intr()94 if (state1 & INFO1_CARD_RE) { in sh_sdhi_intr()119 if (state1 & INFO1_RESP_END) { in sh_sdhi_intr()146 if (state1 & INFO1_ACCESS_END) { in sh_sdhi_intr()
144 u32 state1, state2; in sh_mmcif_error_manage() local150 state1 = sh_mmcif_read(&host->regs->ce_host_sts1); in sh_mmcif_error_manage()157 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
Completed in 9 milliseconds