Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
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()
1602 p_FmPort->p_FmPortPrsRegs->hdrs[i].lcv, in SetPcd()
1605 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[i].softSeqAttach, in SetPcd()
1621 }WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->pctpid, tmpReg); in SetPcd()
1624 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->pcac, 0); in SetPcd()
1636 WRITE_UINT32(p_FmPort->p_FmPortPrsRegs->hdrs[hdrNum].softSeqAttach, 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()
2318 p_FmPort->p_FmPortPrsRegs = in FM_PORT_Config()
[all …]
H A Dfm_port.h892 t_FmPortPrsRegs *p_FmPortPrsRegs; member