Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dpcnet.c487 u16 status, err_status; in pcnet_recv() local
497 err_status = status >> 8; in pcnet_recv()
499 if (err_status != 0x03) { /* There was an error. */ in pcnet_recv()
501 PCNET_DEBUG1(" (status=0x%x)", err_status); in pcnet_recv()
502 if (err_status & 0x20) in pcnet_recv()
504 if (err_status & 0x10) in pcnet_recv()
506 if (err_status & 0x08) in pcnet_recv()
508 if (err_status & 0x04) in pcnet_recv()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c613 goto err_status; in spi_dataflash_probe()
660 goto err_status; in spi_dataflash_probe()
665 err_status: in spi_dataflash_probe()