Searched refs:rstat (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/net/
H A Deepro100.c398 u16 rstat; local
413 rstat = le16_to_cpu(desc->status);
414 if (rstat & CFG_SYS_STATUS_C)
425 rstat = le16_to_cpu(desc->status);
427 if (!(rstat & CFG_SYS_STATUS_OK)) {
428 printf("TX error status = 0x%08X\n", rstat);
H A Dtsec.c305 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT);
386 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT);
416 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT);
485 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT);
/u-boot/include/
H A Dtsec.h284 u32 rstat; /* Receive Status */ member in struct:tsec
/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h373 u32 rstat; /* RX Status */ member in struct:ccsr_tsec

Completed in 68 milliseconds