Home
last modified time | relevance | path

Searched refs:vpixen_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dgbefb.c201 unsigned int val, x, y, vpixen_off; in gbe_turn_off() local
246 /* wait for vpixen_off */ in gbe_turn_off()
248 vpixen_off = GET_GBE_FIELD(VT_VPIXEN, VPIXEN_OFF, val); in gbe_turn_off()
254 if (y < vpixen_off) in gbe_turn_off()
260 "gbefb: wait for vpixen_off timed out\n"); in gbe_turn_off()
265 if (y > vpixen_off) in gbe_turn_off()
270 printk(KERN_ERR "gbefb: wait for vpixen_off timed out\n"); in gbe_turn_off()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dgbefb.c201 unsigned int val, y, vpixen_off; in gbe_turn_off() local
246 /* wait for vpixen_off */ in gbe_turn_off()
248 vpixen_off = GET_GBE_FIELD(VT_VPIXEN, VPIXEN_OFF, val); in gbe_turn_off()
253 if (y < vpixen_off) in gbe_turn_off()
259 "gbefb: wait for vpixen_off timed out\n"); in gbe_turn_off()
263 if (y > vpixen_off) in gbe_turn_off()
268 printk(KERN_ERR "gbefb: wait for vpixen_off timed out\n"); in gbe_turn_off()

Completed in 4 milliseconds