Lines Matching refs:status
229 "Failed to read firmware status: %d\n", ret);
238 dev_err(cs35l41->dev, "Firmware status is invalid: %u\n",
387 unsigned int status[4] = { 0, 0, 0, 0 };
402 for (i = 0; i < ARRAY_SIZE(status); i++) {
405 &status[i]);
412 if (!(status[0] & ~masks[0]) && !(status[1] & ~masks[1]) &&
413 !(status[2] & ~masks[2]) && !(status[3] & ~masks[3]))
416 if (status[3] & CS35L41_OTP_BOOT_DONE) {
426 if (status[0] & CS35L41_AMP_SHORT_ERR) {
432 if (status[0] & CS35L41_TEMP_WARN) {
438 if (status[0] & CS35L41_TEMP_ERR) {
444 if (status[0] & CS35L41_BST_OVP_ERR) {
452 if (status[0] & CS35L41_BST_DCM_UVP_ERR) {
460 if (status[0] & CS35L41_BST_SHORT_ERR) {
468 if (status[2] & CS35L41_PLL_LOCK) {
479 dev_dbg(cs35l41->dev, "PUP-done status: %d\n",
480 !!(status[0] & CS35L41_PUP_DONE_MASK));