/Linux-v4.19/drivers/mmc/host/ |
D | mvsdio.c | 245 u32 err_status) in mvsd_finish_cmd() argument 276 if (err_status & MVSD_ERR_CMD_TIMEOUT) { in mvsd_finish_cmd() 278 } else if (err_status & (MVSD_ERR_CMD_CRC | MVSD_ERR_CMD_ENDBIT | in mvsd_finish_cmd() 282 err_status &= ~(MVSD_ERR_CMD_TIMEOUT | MVSD_ERR_CMD_CRC | in mvsd_finish_cmd() 286 return err_status; in mvsd_finish_cmd() 290 u32 err_status) in mvsd_finish_data() argument 302 if (err_status & MVSD_ERR_DATA_TIMEOUT) in mvsd_finish_data() 304 else if (err_status & (MVSD_ERR_DATA_CRC | MVSD_ERR_DATA_ENDBIT)) in mvsd_finish_data() 306 else if (err_status & MVSD_ERR_XFER_SIZE) in mvsd_finish_data() 308 err_status &= ~(MVSD_ERR_DATA_TIMEOUT | MVSD_ERR_DATA_CRC | in mvsd_finish_data() [all …]
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | sal.h | 520 u64 err_status : 1, member 532 u64 err_status; member 563 u64 err_status : 1, member 571 u64 err_status; member 596 u64 err_status : 1, member 601 u64 err_status; member 609 u64 err_status : 1, member 617 u64 err_status; member 628 u64 err_status : 1, member 636 u64 err_status; member
|
/Linux-v4.19/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-v4.19/drivers/net/can/ |
D | ti_hecc.c | 649 int err_status) in ti_hecc_error() argument 699 if ((int_status & HECC_CANGIF_BOIF) || (err_status & HECC_CANES_BO)) { in ti_hecc_error() 710 if (err_status & HECC_BUS_ERROR) { in ti_hecc_error() 713 if (err_status & HECC_CANES_FE) { in ti_hecc_error() 717 if (err_status & HECC_CANES_BE) { in ti_hecc_error() 721 if (err_status & HECC_CANES_SE) { in ti_hecc_error() 725 if (err_status & HECC_CANES_CRCE) { in ti_hecc_error() 729 if (err_status & HECC_CANES_ACKE) { in ti_hecc_error() 747 u32 mbxno, mbx_mask, int_status, err_status; in ti_hecc_interrupt() local 756 err_status = hecc_read(priv, HECC_CANES); in ti_hecc_interrupt() [all …]
|
D | xilinx_can.c | 818 u32 err_status; in xcan_err_interrupt() local 822 err_status = priv->read_reg(priv, XCAN_ESR_OFFSET); in xcan_err_interrupt() 823 priv->write_reg(priv, XCAN_ESR_OFFSET, err_status); in xcan_err_interrupt() 876 if (err_status & XCAN_ESR_ACKER_MASK) { in xcan_err_interrupt() 885 if (err_status & XCAN_ESR_BERR_MASK) { in xcan_err_interrupt() 894 if (err_status & XCAN_ESR_STER_MASK) { in xcan_err_interrupt() 903 if (err_status & XCAN_ESR_FMER_MASK) { in xcan_err_interrupt() 912 if (err_status & XCAN_ESR_CRCER_MASK) { in xcan_err_interrupt()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-sirf.c | 79 int err_status; /* 1 indicates an error on bus */ member 147 siic->err_status = SIRFSOC_I2C_ERR_NOACK; in i2c_sirfsoc_irq() 215 siic->err_status = SIRFSOC_I2C_ERR_TIMEOUT; in i2c_sirfsoc_xfer_msg() 224 if (siic->err_status == SIRFSOC_I2C_ERR_TIMEOUT) { in i2c_sirfsoc_xfer_msg() 230 return siic->err_status ? -EAGAIN : 0; in i2c_sirfsoc_xfer_msg() 250 siic->err_status = 0; in i2c_sirfsoc_xfer()
|
D | i2c-cadence.c | 152 int err_status; member 350 id->err_status = isr_status & CDNS_I2C_IXR_ERR_INTR_MASK; in cdns_i2c_isr() 351 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-v4.19/drivers/rapidio/switches/ |
D | idt_gen3.c | 237 u32 err_status; in idtg3_em_handler() local 242 &err_status); in idtg3_em_handler() 245 if (err_status & RIO_PORT_N_ERR_STS_PORT_UNINIT) in idtg3_em_handler() 252 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in idtg3_em_handler()
|
D | tsi57x.c | 216 u32 intstat, err_status; in tsi57x_em_handler() local 223 &err_status); in tsi57x_em_handler() 225 if ((err_status & RIO_PORT_N_ERR_STS_PORT_OK) && in tsi57x_em_handler() 226 (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in tsi57x_em_handler()
|
/Linux-v4.19/drivers/rapidio/ |
D | rio.c | 1083 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument 1089 if (err_status == 0) in rio_clr_err_stopped() 1092 &err_status); in rio_clr_err_stopped() 1094 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) { in rio_clr_err_stopped() 1147 &err_status); in rio_clr_err_stopped() 1148 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1151 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped() 1158 &err_status); in rio_clr_err_stopped() 1159 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped() 1162 return (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_clr_err_stopped() [all …]
|
/Linux-v4.19/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 | 894 int err_status = MEM->tx_head[entry].misc; in lance_interrupt() local 896 if (err_status & TMD3_RTRY) dev->stats.tx_aborted_errors++; in lance_interrupt() 897 if (err_status & TMD3_LCAR) dev->stats.tx_carrier_errors++; in lance_interrupt() 898 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt() 899 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-v4.19/drivers/spi/ |
D | spi-tle62x0.c | 268 goto err_status; in tle62x0_probe() 289 err_status: in tle62x0_probe()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | stub_dev.c | 115 goto err_status; in stub_add_files() 131 err_status: in stub_add_files()
|
/Linux-v4.19/drivers/dma/ |
D | pch_dma.c | 103 unsigned long err_status; member 693 if (test_and_clear_bit(0, &pd_chan->err_status)) in pdc_tasklet() 721 set_bit(0, &pd_chan->err_status); in pd_irq() 729 set_bit(0, &pd_chan->err_status); in pd_irq()
|
/Linux-v4.19/drivers/char/ |
D | mbcs.h | 353 union cm_error_status err_status; member
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_defs.h | 1169 u32 err_status; /* error status reg */ member
|
D | bfa_ioc.c | 4806 res->err_status = swab32(res->err_status); in bfa_diag_memtest_done() 4812 bfa_trc(diag, res->err_status); in bfa_diag_memtest_done()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_tcm.c | 869 goto err_status; in uasp_set_alt() 880 err_status: in uasp_set_alt()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1045 unsigned int context, u64 err_status); 1048 unsigned int context, u64 err_status); 1050 unsigned int context, u64 err_status);
|