Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dbus_vcxk.c71 u_short *double_bws_word; variable
76 double_bws_word[x] |= mask; \
77 vcxk_bws_word[x] = double_bws_word[x];
79 double_bws_word[x] &= ~mask; \
80 vcxk_bws_word[x] = double_bws_word[x];
123 double_bws_word = (u_short *)double_bws; in vcxk_init()
125 debug("%px %px %px\n", double_bws, double_bws_word, double_bws_long); in vcxk_init()

Completed in 3 milliseconds