Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dsm501fb.c1122 unsigned char dcol = 0; in sm501fb_cursor() local
1135 dcol = *pcol++; in sm501fb_cursor()
1138 dcol >>= 1; in sm501fb_cursor()
1143 op = (dcol & 1) ? 1 : 3; in sm501fb_cursor()