Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c135 tmp |= STATS_CFG_CLR; in fman_memac_reset_stat()
139 while (ioread32be(&regs->statn_config) & STATS_CFG_CLR); in fman_memac_reset_stat()
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c262 tmp |= STATS_CFG_CLR; in fman_if_stats_reset()
266 while (in_be32(&regs->statn_config) & STATS_CFG_CLR) in fman_if_stats_reset()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h36 #define STATS_CFG_CLR 0x00000004 macro
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h113 #define STATS_CFG_CLR 0x00000004 /* 29 Reset all counters */ macro