Searched refs:err_status (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/mmc/host/
H A Dmvsdio.c251 u32 err_status)
282 if (err_status & MVSD_ERR_CMD_TIMEOUT) {
284 } else if (err_status & (MVSD_ERR_CMD_CRC | MVSD_ERR_CMD_ENDBIT |
288 err_status &= ~(MVSD_ERR_CMD_TIMEOUT | MVSD_ERR_CMD_CRC |
292 return err_status;
296 u32 err_status)
308 if (err_status & MVSD_ERR_DATA_TIMEOUT)
310 else if (err_status & (MVSD_ERR_DATA_CRC | MVSD_ERR_DATA_ENDBIT))
312 else if (err_status & MVSD_ERR_XFER_SIZE)
314 err_status
250 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, u32 err_status) argument
295 mvsd_finish_data(struct mvsd_host *host, struct mmc_data *data, u32 err_status) argument
500 u32 err_status = 0; local
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_res.c271 u32 err_status; local
274 err_status = ioread32(&snic->wq[i].ctrl->error_status);
275 if (err_status)
279 err_status);
/linux-master/drivers/rapidio/switches/
H A Didt_gen3.c233 u32 err_status; local
238 &err_status);
241 if (err_status & RIO_PORT_N_ERR_STS_PORT_UNINIT)
248 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES |
/linux-master/drivers/net/can/
H A Dti_hecc.c593 int err_status)
601 if (err_status & HECC_BUS_ERROR) {
614 if (err_status & HECC_CANES_FE)
616 if (err_status & HECC_CANES_BE)
618 if (err_status & HECC_CANES_SE)
620 if (err_status & HECC_CANES_CRCE)
622 if (err_status & HECC_CANES_ACKE)
672 u32 mbxno, mbx_mask, int_status, err_status, stamp; local
683 err_status = hecc_read(priv, HECC_CANES);
684 if (unlikely(err_status
592 ti_hecc_error(struct net_device *ndev, int int_status, int err_status) argument
[all...]
H A Dxilinx_can.c1093 u32 err_status; local
1095 err_status = priv->read_reg(priv, XCAN_ESR_OFFSET);
1096 priv->write_reg(priv, XCAN_ESR_OFFSET, err_status);
1146 if (err_status & XCAN_ESR_ACKER_MASK) {
1155 if (err_status & XCAN_ESR_BERR_MASK) {
1164 if (err_status & XCAN_ESR_STER_MASK) {
1173 if (err_status & XCAN_ESR_FMER_MASK) {
1182 if (err_status & XCAN_ESR_CRCER_MASK) {
/linux-master/drivers/rapidio/
H A Drio.c1070 * @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) argument
1085 if (err_status == 0)
1088 &err_status);
1090 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) {
1143 &err_status);
1144 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status);
1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) {
1154 &err_status);
1155 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status);
1173 u32 err_status, em_perrdet, em_ltlerrdet; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-cadence.c170 * @err_status: Error status in Interrupt Status Register
198 int err_status; member in struct:cdns_i2c
410 id->err_status = 0;
449 id->err_status |= CDNS_I2C_IXR_TO;
533 id->err_status |= isr_status & CDNS_I2C_IXR_ERR_INTR_MASK;
534 if (id->err_status)
759 id->err_status = 0;
801 if (id->err_status & CDNS_I2C_IXR_ARB_LOST)
903 if (id->err_status) {
906 if (id->err_status
[all...]
/linux-master/drivers/spi/
H A Dspi-tle62x0.c265 goto err_status;
286 err_status:
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-v0-debugfs.c152 WR_REGISTER(dw, err_status),
214 RD_REGISTER(dw, err_status.lsb),
215 RD_REGISTER(dw, err_status.msb),
/linux-master/drivers/net/ethernet/amd/
H A Dariadne.c319 int err_status = priv->tx_ring[entry]->TMD3; local
321 if (err_status & EF_RTRY)
323 if (err_status & EF_LCAR)
325 if (err_status & EF_LCOL)
327 if (err_status & EF_UFLO) {
H A Datarilance.c895 int err_status = MEM->tx_head[entry].misc; local
897 if (err_status & TMD3_RTRY) dev->stats.tx_aborted_errors++;
898 if (err_status & TMD3_LCAR) dev->stats.tx_carrier_errors++;
899 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++;
900 if (err_status & TMD3_UFLO) {
H A Dlance.c1066 int err_status = lp->tx_ring[entry].misc; local
1068 if (err_status & 0x0400)
1070 if (err_status & 0x0800)
1072 if (err_status & 0x1000)
1074 if (err_status & 0x4000) {
H A Dpcnet32.c1318 int err_status = le32_to_cpu(lp->tx_ring[entry].misc); local
1321 "Tx error status=%04x err_status=%08x\n",
1322 status, err_status);
1323 if (err_status & 0x04000000)
1325 if (err_status & 0x08000000)
1327 if (err_status & 0x10000000)
1330 if (err_status & 0x40000000) {
1338 if (err_status & 0x40000000) {
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c166 goto err_status;
299 err_status:
/linux-master/drivers/dma/
H A Dpch_dma.c95 unsigned long err_status; member in struct:pch_dma_chan
685 if (test_and_clear_bit(0, &pd_chan->err_status))
713 set_bit(0, &pd_chan->err_status);
721 set_bit(0, &pd_chan->err_status);
H A Dtegra186-gpc-dma.c550 unsigned int err_status)
552 switch (TEGRA_GPCDMA_CHAN_ERR_TYPE(err_status)) {
586 err_status);
549 tegra_dma_chan_decode_error(struct tegra_dma_channel *tdc, unsigned int err_status) argument
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c1432 qm->err_status.is_qm_ecc_mbit = true;
1704 if (qm->err_status.is_qm_ecc_mbit ||
1705 qm->err_status.is_dev_ecc_mbit)
3879 qm->err_status.is_dev_ecc_mbit = true;
4124 if (!qm->err_status.is_dev_ecc_mbit &&
4125 qm->err_status.is_qm_ecc_mbit &&
4128 } else if (qm->err_status.is_dev_ecc_mbit &&
4129 !qm->err_status.is_qm_ecc_mbit &&
4285 if (!qm->err_status.is_qm_ecc_mbit &&
4286 !qm->err_status
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mca.c261 err_addr.err_status = entry->regs[MCA_REG_IDX_STATUS];
H A Dumc_v12_0.c428 mc_umc_status = mca_err_addr->err_status;
H A Damdgpu_ras.h491 uint64_t err_status; member in struct:ras_err_addr
H A Damdgpu_ras.c4007 mca_err_addr->err_status = err_addr->err_status;
4036 if (err_addr && err_addr->err_status)
4083 if (err_addr && err_addr->err_status)
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c1232 u32 status, err_status; local
1235 err_status = rcsi2_read(priv, INTERRSTATE_REG);
1242 if (!err_status)
1245 rcsi2_write(priv, INTERRSTATE_REG, err_status);
/linux-master/include/linux/
H A Dhisi_acc_qm.h364 struct hisi_qm_err_status err_status; member in struct:hisi_qm
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h1161 u32 err_status; /* error status reg */ member in struct:bfa_diag_memtest_result
/linux-master/drivers/usb/gadget/function/
H A Df_tcm.c872 goto err_status;
883 err_status:

Completed in 396 milliseconds

12