Home
last modified time | relevance | path

Searched refs:RSTAT_CLEAR_RHALT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dtsec.c331 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
360 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
445 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
475 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
544 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
/openbmc/u-boot/include/
H A Dtsec.h137 #define RSTAT_CLEAR_RHALT 0x00800000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h267 #define RSTAT_CLEAR_RHALT 0x00800000 macro
H A Dgianfar.c555 grp->rstat |= (RSTAT_CLEAR_RHALT >> i); in gfar_parse_group()