Lines Matching refs:status
197 u32 status;
231 * Check the efuse error status, if the programming is successful,
234 status = readl(efuse->base + SPRD_EFUSE_ERR_FLAG);
235 if (status) {
237 "write error status %u of block %d\n", status, blk);
257 u32 status;
278 * Check the efuse error status and clear them if there are some
281 status = readl(efuse->base + SPRD_EFUSE_ERR_FLAG);
282 if (status) {
284 "read error status %d of block %d\n", status, blk);