Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c126 uint32_t tmpReg = GET_UINT32(p_FmPort->im.p_FmPortImPram->mode); in FmPortImEnable()
127 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, (uint32_t)(tmpReg & ~IM_MODE_GRC_STP)); in FmPortImEnable()
133 uint32_t tmpReg = GET_UINT32(p_FmPort->im.p_FmPortImPram->mode); in FmPortImDisable()
134 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, (uint32_t)(tmpReg | IM_MODE_GRC_STP)); in FmPortImDisable()
199 … WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.offsetOut, (uint16_t)(p_FmPort->im.currBdId<<4)); in FmPortImRx()
317 p_FmPort->im.p_FmPortImPram = in FmPortImInit()
319 if (!p_FmPort->im.p_FmPortImPram) in FmPortImInit()
321 WRITE_BLOCK(p_FmPort->im.p_FmPortImPram, 0, sizeof(t_FmPortImPram)); in FmPortImInit()
353 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, IM_MODE_GBL | IM_MODE_SET_BO(2)); in FmPortImInit()
355 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, IM_MODE_SET_BO(2)); in FmPortImInit()
[all …]
H A Dfm_port.h781 t_FmPortImPram *p_FmPortImPram; member