Home
last modified time | relevance | path

Searched refs:rstat (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/net/
A Deepro100.c413 u16 rstat; in eepro100_txcmd_send() local
428 rstat = le16_to_cpu(desc->status); in eepro100_txcmd_send()
429 if (rstat & CONFIG_SYS_STATUS_C) in eepro100_txcmd_send()
440 rstat = le16_to_cpu(desc->status); in eepro100_txcmd_send()
442 if (!(rstat & CONFIG_SYS_STATUS_OK)) { in eepro100_txcmd_send()
443 printf("TX error status = 0x%08X\n", rstat); in eepro100_txcmd_send()
A Dtsec.c346 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
375 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
466 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
496 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
565 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
/u-boot/include/
A Dtsec.h332 u32 rstat; /* Receive Status */ member
/u-boot/arch/powerpc/include/asm/
A Dimmap_86xx.h351 uint rstat; /* 0x24304 - Receive Status Register */ member
A Dimmap_85xx.h375 u32 rstat; /* RX Status */ member

Completed in 39 milliseconds