Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c164 #define LEN_MSPHY 4UL macro
166 #define LEN_MSPHY sizeof(MS_PHY) macro
285 CMP_CPY_FROM_USER((void*)&(pTspParamDec->phyFWAddr), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()
286 ps8AdpSrc += LEN_MSPHY; in DMX_adp_Ioctl()
290 CMP_CPY_FROM_USER((void*)&(pTspParamDec->phyVQAddr), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()
291 ps8AdpSrc += LEN_MSPHY; in DMX_adp_Ioctl()
325 CMP_CPY_FROM_USER((void*)pphy, u32NextPtr, LEN_MSPHY); in DMX_adp_Ioctl()
326 CMP_CPY_FROM_USER((void*)pphy1, u32NextPtr1, LEN_MSPHY); in DMX_adp_Ioctl()
327 u32NextPtr += LEN_MSPHY; in DMX_adp_Ioctl()
328 u32NextPtr1 += LEN_MSPHY; in DMX_adp_Ioctl()
[all …]