Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dpcnet.c488 u16 status, err_status; in pcnet_recv() local
498 err_status = status >> 8; in pcnet_recv()
500 if (err_status != 0x03) { /* There was an error. */ in pcnet_recv()
502 PCNET_DEBUG1(" (status=0x%x)", err_status); in pcnet_recv()
503 if (err_status & 0x20) in pcnet_recv()
505 if (err_status & 0x10) in pcnet_recv()
507 if (err_status & 0x08) in pcnet_recv()
509 if (err_status & 0x04) in pcnet_recv()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_dataflash.c618 goto err_status; in spi_dataflash_probe()
665 goto err_status; in spi_dataflash_probe()
670 err_status: in spi_dataflash_probe()