Lines Matching full:detail
292 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local
329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq()
330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n", in toshsd_irq()
331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq()
332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq()
335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq()
336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
337 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
338 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq()
339 detail & SD_ERR0_WRITE_CMD_CRC_ERR ? "WRITE_CMD_CRC " : "", in toshsd_irq()
340 detail & SD_ERR1_NO_CMD_RESP ? "NO_CMD_RESP " : "", in toshsd_irq()
341 detail & SD_ERR1_TIMEOUT_READ_DATA ? "READ_DATA_TIMEOUT " : "", in toshsd_irq()
342 detail & SD_ERR1_TIMEOUT_CRS_STATUS ? "CRS_STATUS_TIMEOUT " : "", in toshsd_irq()
343 detail & SD_ERR1_TIMEOUT_CRC_BUSY ? "CRC_BUSY_TIMEOUT " : ""); in toshsd_irq()