Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dbus_vcxk.c20 #ifndef VCBITMASK
21 #define VCBITMASK(bitno) (0x0001 << (bitno % 16)) macro
41 #ifndef VCBITMASK
42 #define VCBITMASK(bitno) (0x8000 >> (bitno % 16)) macro
198 VCXK_BWS_WORD_SET(dataptr, VCBITMASK(x)); in vcxk_setpixel()
200 VCXK_BWS_WORD_CLEAR(dataptr, VCBITMASK(x)); in vcxk_setpixel()

Completed in 3 milliseconds