Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h446 …volatile uint32_t pcac; /**< Parse Internal Memory Configuration Access Control … member
H A Dfm_port.c1435 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->pcac, PRS_CAC_STOP); in SetPcd()
1437 while (GET_UINT32(p_FmPort->p_FmPortPrsRegs->pcac) & PRS_CAC_ACTIVE) in SetPcd()
1624 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->pcac, 0); in SetPcd()
1721 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->pcac, PRS_CAC_STOP); in DeletePcd()
1723 while (GET_UINT32(p_FmPort->p_FmPortPrsRegs->pcac) & PRS_CAC_ACTIVE) in DeletePcd()