Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c853 volatile uint32_t *p_Reg; in BmiPortCheckAndGetCounterType() local
860 p_Reg = &p_FmPort->port.bmi_regs->rx.fmbm_rstc; in BmiPortCheckAndGetCounterType()
865 p_Reg = &p_FmPort->port.bmi_regs->tx.fmbm_tstc; in BmiPortCheckAndGetCounterType()
870 p_Reg = &p_FmPort->port.bmi_regs->oh.fmbm_ostc; in BmiPortCheckAndGetCounterType()
905 if (!(GET_UINT32(*p_Reg) & BMI_COUNTERS_EN)) in BmiPortCheckAndGetCounterType()