/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mvsdio.c | 242 u32 err_status) in mvsd_finish_cmd() 273 if (err_status & MVSD_ERR_CMD_TIMEOUT) { in mvsd_finish_cmd() 275 } else if (err_status & (MVSD_ERR_CMD_CRC | MVSD_ERR_CMD_ENDBIT | in mvsd_finish_cmd() 279 err_status &= ~(MVSD_ERR_CMD_TIMEOUT | MVSD_ERR_CMD_CRC | in mvsd_finish_cmd() 283 return err_status; in mvsd_finish_cmd() 287 u32 err_status) in mvsd_finish_data() 299 if (err_status & MVSD_ERR_DATA_TIMEOUT) in mvsd_finish_data() 301 else if (err_status & (MVSD_ERR_DATA_CRC | MVSD_ERR_DATA_ENDBIT)) in mvsd_finish_data() 303 else if (err_status & MVSD_ERR_XFER_SIZE) in mvsd_finish_data() 305 err_status in mvsd_finish_data() 241 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, u32 err_status) mvsd_finish_cmd() argument 286 mvsd_finish_data(struct mvsd_host *host, struct mmc_data *data, u32 err_status) mvsd_finish_data() argument 465 u32 err_status = 0; mvsd_irq() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mvsdio.c | 242 u32 err_status) in mvsd_finish_cmd() 273 if (err_status & MVSD_ERR_CMD_TIMEOUT) { in mvsd_finish_cmd() 275 } else if (err_status & (MVSD_ERR_CMD_CRC | MVSD_ERR_CMD_ENDBIT | in mvsd_finish_cmd() 279 err_status &= ~(MVSD_ERR_CMD_TIMEOUT | MVSD_ERR_CMD_CRC | in mvsd_finish_cmd() 283 return err_status; in mvsd_finish_cmd() 287 u32 err_status) in mvsd_finish_data() 299 if (err_status & MVSD_ERR_DATA_TIMEOUT) in mvsd_finish_data() 301 else if (err_status & (MVSD_ERR_DATA_CRC | MVSD_ERR_DATA_ENDBIT)) in mvsd_finish_data() 303 else if (err_status & MVSD_ERR_XFER_SIZE) in mvsd_finish_data() 305 err_status in mvsd_finish_data() 241 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, u32 err_status) mvsd_finish_cmd() argument 286 mvsd_finish_data(struct mvsd_host *host, struct mmc_data *data, u32 err_status) mvsd_finish_data() argument 465 u32 err_status = 0; mvsd_irq() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | sal.h | 521 u64 err_status : 1, member 533 u64 err_status; member 564 u64 err_status : 1, member 572 u64 err_status; member 597 u64 err_status : 1, member 602 u64 err_status; member 610 u64 err_status : 1, member 618 u64 err_status; member 629 u64 err_status : 1, member 637 u64 err_status; member [all...] |
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | sal.h | 521 u64 err_status : 1, member 533 u64 err_status; member 564 u64 err_status : 1, member 572 u64 err_status; member 597 u64 err_status : 1, member 602 u64 err_status; member 610 u64 err_status : 1, member 618 u64 err_status; member 629 u64 err_status : 1, member 637 u64 err_status; member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_res.c | 285 u32 err_status; in snic_log_q_error() local 288 err_status = ioread32(&snic->wq[i].ctrl->error_status); in snic_log_q_error() 289 if (err_status) in snic_log_q_error() 293 err_status); in snic_log_q_error()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_res.c | 271 u32 err_status; in snic_log_q_error() local 274 err_status = ioread32(&snic->wq[i].ctrl->error_status); in snic_log_q_error() 275 if (err_status) in snic_log_q_error() 279 err_status); in snic_log_q_error()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 603 int err_status) in ti_hecc_error() 611 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error() 624 if (err_status & HECC_CANES_FE) in ti_hecc_error() 626 if (err_status & HECC_CANES_BE) in ti_hecc_error() 628 if (err_status & HECC_CANES_SE) in ti_hecc_error() 630 if (err_status & HECC_CANES_CRCE) in ti_hecc_error() 632 if (err_status & HECC_CANES_ACKE) in ti_hecc_error() 681 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local 692 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt() 693 if (unlikely(err_status in ti_hecc_interrupt() 602 ti_hecc_error(struct net_device *ndev, int int_status, int err_status) ti_hecc_error() argument [all...] |
H A D | xilinx_can.c | 993 u32 err_status; in xcan_err_interrupt() local 995 err_status = priv->read_reg(priv, XCAN_ESR_OFFSET); in xcan_err_interrupt() 996 priv->write_reg(priv, XCAN_ESR_OFFSET, err_status); in xcan_err_interrupt() 1046 if (err_status & XCAN_ESR_ACKER_MASK) { in xcan_err_interrupt() 1055 if (err_status & XCAN_ESR_BERR_MASK) { in xcan_err_interrupt() 1064 if (err_status & XCAN_ESR_STER_MASK) { in xcan_err_interrupt() 1073 if (err_status & XCAN_ESR_FMER_MASK) { in xcan_err_interrupt() 1082 if (err_status & XCAN_ESR_CRCER_MASK) { in xcan_err_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | ti_hecc.c | 593 int err_status) in ti_hecc_error() 601 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error() 614 if (err_status & HECC_CANES_FE) in ti_hecc_error() 616 if (err_status & HECC_CANES_BE) in ti_hecc_error() 618 if (err_status & HECC_CANES_SE) in ti_hecc_error() 620 if (err_status & HECC_CANES_CRCE) in ti_hecc_error() 622 if (err_status & HECC_CANES_ACKE) in ti_hecc_error() 672 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local 683 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt() 684 if (unlikely(err_status in ti_hecc_interrupt() 592 ti_hecc_error(struct net_device *ndev, int int_status, int err_status) ti_hecc_error() argument [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sirf.c | 77 int err_status; /* 1 indicates an error on bus */ member 145 siic->err_status = SIRFSOC_I2C_ERR_NOACK; in i2c_sirfsoc_irq() 213 siic->err_status = SIRFSOC_I2C_ERR_TIMEOUT; in i2c_sirfsoc_xfer_msg() 222 if (siic->err_status == SIRFSOC_I2C_ERR_TIMEOUT) { in i2c_sirfsoc_xfer_msg() 228 return siic->err_status ? -EAGAIN : 0; in i2c_sirfsoc_xfer_msg() 248 siic->err_status = 0; in i2c_sirfsoc_xfer()
|
H A D | i2c-cadence.c | 167 * @err_status: Error status in Interrupt Status Register 191 int err_status; member 399 id->err_status = 0; in cdns_i2c_master_isr() 438 id->err_status |= CDNS_I2C_IXR_TO; in cdns_i2c_master_isr() 522 id->err_status |= isr_status & CDNS_I2C_IXR_ERR_INTR_MASK; in cdns_i2c_master_isr() 523 if (id->err_status) in cdns_i2c_master_isr() 716 id->err_status = 0; in cdns_i2c_process_msg() 758 if (id->err_status & CDNS_I2C_IXR_ARB_LOST) in cdns_i2c_process_msg() 853 if (id->err_status) { in cdns_i2c_master_xfer() 856 if (id->err_status in cdns_i2c_master_xfer() [all...] |
/kernel/linux/linux-5.10/drivers/rapidio/switches/ |
H A D | idt_gen3.c | 233 u32 err_status; in idtg3_em_handler() local 238 &err_status); in idtg3_em_handler() 241 if (err_status & RIO_PORT_N_ERR_STS_PORT_UNINIT) in idtg3_em_handler() 248 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in idtg3_em_handler()
|
H A D | tsi57x.c | 212 u32 intstat, err_status; in tsi57x_em_handler() local 219 &err_status); in tsi57x_em_handler() 221 if ((err_status & RIO_PORT_N_ERR_STS_PORT_OK) && in tsi57x_em_handler() 222 (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in tsi57x_em_handler()
|
/kernel/linux/linux-6.6/drivers/rapidio/switches/ |
H A D | idt_gen3.c | 233 u32 err_status; in idtg3_em_handler() local 238 &err_status); in idtg3_em_handler() 241 if (err_status & RIO_PORT_N_ERR_STS_PORT_UNINIT) in idtg3_em_handler() 248 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in idtg3_em_handler()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-cadence.c | 170 * @err_status: Error status in Interrupt Status Register 198 int err_status; member 410 id->err_status = 0; in cdns_i2c_master_isr() 449 id->err_status |= CDNS_I2C_IXR_TO; in cdns_i2c_master_isr() 533 id->err_status |= isr_status & CDNS_I2C_IXR_ERR_INTR_MASK; in cdns_i2c_master_isr() 534 if (id->err_status) in cdns_i2c_master_isr() 759 id->err_status = 0; in cdns_i2c_process_msg() 801 if (id->err_status & CDNS_I2C_IXR_ARB_LOST) in cdns_i2c_process_msg() 903 if (id->err_status) { in cdns_i2c_master_xfer() 906 if (id->err_status in cdns_i2c_master_xfer() [all...] |
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio.c | 1070 * @err_status: port error status (if 0 reads register from device) 1079 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument 1085 if (err_status == 0) in rio_clr_err_stopped() 1088 &err_status); in rio_clr_err_stopped() 1090 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) { in rio_clr_err_stopped() 1143 &err_status); in rio_clr_err_stopped() 1144 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped() 1154 &err_status); in rio_clr_err_stopped() 1155 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1173 u32 err_status, em_perrdet, em_ltlerrdet; rio_inb_pwrite_handler() local [all...] |
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio.c | 1070 * @err_status: port error status (if 0 reads register from device) 1079 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument 1085 if (err_status == 0) in rio_clr_err_stopped() 1088 &err_status); in rio_clr_err_stopped() 1090 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) { in rio_clr_err_stopped() 1143 &err_status); in rio_clr_err_stopped() 1144 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped() 1154 &err_status); in rio_clr_err_stopped() 1155 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1173 u32 err_status, em_perrdet, em_ltlerrdet; rio_inb_pwrite_handler() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | atarilance.c | 896 int err_status = MEM->tx_head[entry].misc; in lance_interrupt() local 898 if (err_status & TMD3_RTRY) dev->stats.tx_aborted_errors++; in lance_interrupt() 899 if (err_status & TMD3_LCAR) dev->stats.tx_carrier_errors++; in lance_interrupt() 900 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt() 901 if (err_status & TMD3_UFLO) { in lance_interrupt()
|
H A D | ariadne.c | 319 int err_status = priv->tx_ring[entry]->TMD3; in ariadne_interrupt() local 321 if (err_status & EF_RTRY) in ariadne_interrupt() 323 if (err_status & EF_LCAR) in ariadne_interrupt() 325 if (err_status & EF_LCOL) in ariadne_interrupt() 327 if (err_status & EF_UFLO) { in ariadne_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | atarilance.c | 895 int err_status = MEM->tx_head[entry].misc; in lance_interrupt() local 897 if (err_status & TMD3_RTRY) dev->stats.tx_aborted_errors++; in lance_interrupt() 898 if (err_status & TMD3_LCAR) dev->stats.tx_carrier_errors++; in lance_interrupt() 899 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt() 900 if (err_status & TMD3_UFLO) { in lance_interrupt()
|
H A D | ariadne.c | 319 int err_status = priv->tx_ring[entry]->TMD3; in ariadne_interrupt() local 321 if (err_status & EF_RTRY) in ariadne_interrupt() 323 if (err_status & EF_LCAR) in ariadne_interrupt() 325 if (err_status & EF_LCOL) in ariadne_interrupt() 327 if (err_status & EF_UFLO) { in ariadne_interrupt()
|
/kernel/linux/linux-6.6/drivers/dma/dw-edma/ |
H A D | dw-edma-v0-debugfs.c | 152 WR_REGISTER(dw, err_status), in dw_edma_debugfs_regs_wr() 214 RD_REGISTER(dw, err_status.lsb), in dw_edma_debugfs_regs_rd() 215 RD_REGISTER(dw, err_status.msb), in dw_edma_debugfs_regs_rd()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-tle62x0.c | 265 goto err_status; in tle62x0_probe() 286 err_status: in tle62x0_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tle62x0.c | 265 goto err_status; in tle62x0_probe() 286 err_status: in tle62x0_probe()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | qm.c | 1613 qm->err_status.is_qm_ecc_mbit = true; in qm_hw_error_handle_v2() 1864 if (qm->err_status.is_qm_ecc_mbit || qm->err_status.is_dev_ecc_mbit) in qm_drain_qp() 3218 qm->err_status.is_dev_ecc_mbit = true; in qm_dev_err_handle() 3367 if (qm->err_status.is_qm_ecc_mbit || in qm_set_msi() 3368 qm->err_status.is_dev_ecc_mbit) in qm_set_msi() 3457 if (!qm->err_status.is_dev_ecc_mbit && in qm_dev_ecc_mbit_handle() 3458 qm->err_status.is_qm_ecc_mbit && in qm_dev_ecc_mbit_handle() 3463 } else if (qm->err_status.is_dev_ecc_mbit && in qm_dev_ecc_mbit_handle() 3464 !qm->err_status in qm_dev_ecc_mbit_handle() [all...] |