Home
last modified time | relevance | path

Searched refs:err_status (Results 1 – 4 of 4) sorted by relevance

/drivers/net/
A Dpcnet.c374 u16 err_status; in pcnet_recv_common() local
383 err_status = lp->status >> 8; in pcnet_recv_common()
385 if (err_status != 0x03) { /* There was an error. */ in pcnet_recv_common()
387 PCNET_DEBUG1(" (status=0x%x)", err_status); in pcnet_recv_common()
388 if (err_status & 0x20) in pcnet_recv_common()
390 if (err_status & 0x10) in pcnet_recv_common()
392 if (err_status & 0x08) in pcnet_recv_common()
394 if (err_status & 0x04) in pcnet_recv_common()
/drivers/fpga/
A Dintel_sdm_mb.c739 u32 err_status = 0; in intel_sdm_mb_load() local
760 err_status = res_buf[0]; in intel_sdm_mb_load()
761 mbox_cfgstat_to_str(err_status, &err_msg); in intel_sdm_mb_load()
762 printf("SDM: Config status: (0x%x)\nSDM Err: %s\n%s\n", err_status, in intel_sdm_mb_load()
772 ret = reconfig_status_polling_resp(&err_status); in intel_sdm_mb_load()
775 mbox_cfgstat_to_str(err_status, &err_msg); in intel_sdm_mb_load()
776 printf("SDM: Config status: (0x%x)\nSDM Err:%s\n%s\n", err_status, in intel_sdm_mb_load()
/drivers/mtd/spi/
A Dsf_dataflash.c650 goto err_status; in spi_dataflash_probe()
699 goto err_status; in spi_dataflash_probe()
704 err_status: in spi_dataflash_probe()
/drivers/timer/
A Dadi_sc5xx_timer.c53 __BFP(err_status);

Completed in 17 milliseconds