Searched refs:rstat (Results 1 – 5 of 5) sorted by relevance
413 u16 rstat; in eepro100_txcmd_send() local428 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()
346 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()375 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()466 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init()496 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init()565 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
332 u32 rstat; /* Receive Status */ member
351 uint rstat; /* 0x24304 - Receive Status Register */ member
375 u32 rstat; /* RX Status */ member
Completed in 39 milliseconds