| /Linux-v5.4/drivers/mmc/host/ |
| D | mvsdio.c | 242 u32 err_status) in mvsd_finish_cmd() argument 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() argument 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 &= ~(MVSD_ERR_DATA_TIMEOUT | MVSD_ERR_DATA_CRC | in mvsd_finish_data() [all …]
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| 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
|
| /Linux-v5.4/drivers/scsi/snic/ |
| 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()
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-sirf.c | 78 int err_status; /* 1 indicates an error on bus */ member 146 siic->err_status = SIRFSOC_I2C_ERR_NOACK; in i2c_sirfsoc_irq() 214 siic->err_status = SIRFSOC_I2C_ERR_TIMEOUT; in i2c_sirfsoc_xfer_msg() 223 if (siic->err_status == SIRFSOC_I2C_ERR_TIMEOUT) { in i2c_sirfsoc_xfer_msg() 229 return siic->err_status ? -EAGAIN : 0; in i2c_sirfsoc_xfer_msg() 249 siic->err_status = 0; in i2c_sirfsoc_xfer()
|
| D | i2c-cadence.c | 147 int err_status; member 345 id->err_status = isr_status & CDNS_I2C_IXR_ERR_INTR_MASK; in cdns_i2c_isr() 346 if (id->err_status) in cdns_i2c_isr() 518 id->err_status = 0; in cdns_i2c_process_msg() 552 if (id->err_status & CDNS_I2C_IXR_ARB_LOST) in cdns_i2c_process_msg() 624 if (id->err_status) { in cdns_i2c_master_xfer() 627 if (id->err_status & CDNS_I2C_IXR_NACK) { in cdns_i2c_master_xfer()
|
| /Linux-v5.4/drivers/rapidio/switches/ |
| 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()
|
| 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()
|
| /Linux-v5.4/drivers/net/can/ |
| D | ti_hecc.c | 589 int err_status) in ti_hecc_error() argument 597 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error() 610 if (err_status & HECC_CANES_FE) in ti_hecc_error() 612 if (err_status & HECC_CANES_BE) in ti_hecc_error() 614 if (err_status & HECC_CANES_SE) in ti_hecc_error() 616 if (err_status & HECC_CANES_CRCE) in ti_hecc_error() 618 if (err_status & HECC_CANES_ACKE) in ti_hecc_error() 667 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local 678 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt() 679 if (unlikely(err_status & HECC_CANES_FLAGS)) in ti_hecc_interrupt() [all …]
|
| D | xilinx_can.c | 986 u32 err_status; in xcan_err_interrupt() local 990 err_status = priv->read_reg(priv, XCAN_ESR_OFFSET); in xcan_err_interrupt() 991 priv->write_reg(priv, XCAN_ESR_OFFSET, err_status); in xcan_err_interrupt() 1044 if (err_status & XCAN_ESR_ACKER_MASK) { in xcan_err_interrupt() 1053 if (err_status & XCAN_ESR_BERR_MASK) { in xcan_err_interrupt() 1062 if (err_status & XCAN_ESR_STER_MASK) { in xcan_err_interrupt() 1071 if (err_status & XCAN_ESR_FMER_MASK) { in xcan_err_interrupt() 1080 if (err_status & XCAN_ESR_CRCER_MASK) { in xcan_err_interrupt()
|
| /Linux-v5.4/drivers/rapidio/ |
| D | rio.c | 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() 1158 return (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_clr_err_stopped() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| 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()
|
| 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()
|
| D | lance.c | 1061 int err_status = lp->tx_ring[entry].misc; in lance_interrupt() local 1063 if (err_status & 0x0400) in lance_interrupt() 1065 if (err_status & 0x0800) in lance_interrupt() 1067 if (err_status & 0x1000) in lance_interrupt() 1069 if (err_status & 0x4000) { in lance_interrupt()
|
| D | pcnet32.c | 1328 int err_status = le32_to_cpu(lp->tx_ring[entry].misc); in pcnet32_tx() local 1332 status, err_status); in pcnet32_tx() 1333 if (err_status & 0x04000000) in pcnet32_tx() 1335 if (err_status & 0x08000000) in pcnet32_tx() 1337 if (err_status & 0x10000000) in pcnet32_tx() 1340 if (err_status & 0x40000000) { in pcnet32_tx() 1348 if (err_status & 0x40000000) { in pcnet32_tx()
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-tle62x0.c | 265 goto err_status; in tle62x0_probe() 286 err_status: in tle62x0_probe()
|
| /Linux-v5.4/drivers/media/platform/rcar-vin/ |
| D | rcar-csi2.c | 698 u32 status, err_status; in rcsi2_irq() local 701 err_status = rcsi2_read(priv, INTERRSTATE_REG); in rcsi2_irq() 708 if (!err_status) in rcsi2_irq() 711 rcsi2_write(priv, INTERRSTATE_REG, err_status); in rcsi2_irq()
|
| /Linux-v5.4/drivers/dma/ |
| D | pch_dma.c | 95 unsigned long err_status; member 685 if (test_and_clear_bit(0, &pd_chan->err_status)) in pdc_tasklet() 713 set_bit(0, &pd_chan->err_status); in pd_irq() 721 set_bit(0, &pd_chan->err_status); in pd_irq()
|
| /Linux-v5.4/drivers/dma/dw-edma/ |
| D | dw-edma-v0-debugfs.c | 141 WR_REGISTER(err_status), in dw_edma_debugfs_regs_wr()
|
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfa_defs.h | 1161 u32 err_status; /* error status reg */ member
|
| D | bfa_ioc.c | 4794 res->err_status = swab32(res->err_status); in bfa_diag_memtest_done() 4800 bfa_trc(diag, res->err_status); in bfa_diag_memtest_done()
|
| /Linux-v5.4/drivers/usb/gadget/function/ |
| D | f_tcm.c | 869 goto err_status; in uasp_set_alt() 880 err_status: in uasp_set_alt()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 1043 unsigned int context, u64 err_status); 1046 unsigned int context, u64 err_status); 1048 unsigned int context, u64 err_status);
|