Searched refs:LEN_MSPHY (Results 1 – 1 of 1) sorted by relevance
164 #define LEN_MSPHY 4UL macro166 #define LEN_MSPHY sizeof(MS_PHY) macro285 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 …]