Searched refs:word_data (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dgx2_9211.c179 unsigned long *word_data = (unsigned long *)pdata; local in function:protected_mode_access
188 *(word_data) = (unsigned long)(*(unsigned long *)ptr);
201 *(unsigned long *)ptr = *word_data;
H A Dplatform.c450 unsigned int *word_data = (unsigned int *)pdata; local in function:platform_protected_mode_access
568 *(word_data) = (unsigned int)
594 *(((unsigned int *)ptr) + (offset >> 1)) = *word_data;
629 *(word_data++) = (unsigned int)
640 *(((unsigned int *)ptr) + (index++)) = *(word_data++);
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dgx2_9211.c89 unsigned long *word_data = (unsigned long *) pdata; local in function:protected_mode_access
98 *(word_data) = (unsigned long) (*(unsigned long *) ptr);
111 *(unsigned long *) ptr = *word_data;

Completed in 3 milliseconds