Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c160 #define LEN_U32_X3 12UL macro
401 CMP_CPY_FROM_USER((void*)buffer_arg, ps8AdpSrc, LEN_U32_X3); in DMX_adp_Ioctl()
402 ps8AdpSrc += LEN_U32_X3; in DMX_adp_Ioctl()
410 CMP_CPY_TO_USER(pArgs, (void*)buffer_arg, LEN_U32_X3); in DMX_adp_Ioctl()
421 CPY_to_USER(pArgs, (void*)buffer_arg, LEN_U32_X3); in DMX_adp_Ioctl()
481 CMP_CPY_FROM_USER((void*)&(pinfo->SectBufSize), u32NextPtr, LEN_U32_X3); in DMX_adp_Ioctl()
482 u32NextPtr += LEN_U32_X3; in DMX_adp_Ioctl()
510 CMP_CPY_TO_USER(u32NextPtr, &(pinfo->SectBufSize), LEN_U32_X3); in DMX_adp_Ioctl()
511 u32NextPtr += LEN_U32_X3; in DMX_adp_Ioctl()
605 CMP_CPY_FROM_USER((void*)buffer_arg, ps8AdpSrc, LEN_U32_X3); in DMX_adp_Ioctl()
[all …]