Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c1119 unsigned char dcol = 0; in sm501fb_cursor() local
1132 dcol = *pcol++; in sm501fb_cursor()
1135 dcol >>= 1; in sm501fb_cursor()
1140 op = (dcol & 1) ? 1 : 3; in sm501fb_cursor()