Lines Matching refs:status
93 u32 status, i;
96 status = get_dsp_register(chip, CHI32_STATUS_REG);
97 if ((status & CHI32_STATUS_HOST_WRITE_EMPTY) != 0) {
114 exclusively for loading the DSP and checking the status of the ASIC. */
117 u32 status, i;
120 status = get_dsp_register(chip, CHI32_STATUS_REG);
121 if ((status & CHI32_STATUS_HOST_READ_FULL) != 0) {
232 u32 status;
242 status = get_dsp_register(chip, CHI32_STATUS_REG);
243 if (status & CHI32_STATUS_REG_HF5) {
245 "Resident loader already installed; status is 0x%x\n",
246 status);
313 status = get_dsp_register(chip, CHI32_STATUS_REG);
314 if (status & CHI32_STATUS_REG_HF5)
1025 /* Read the DSP status register and see if this DSP generated this interrupt */