Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-picolcd_fb.c39 #define PICOLCDFB_WIDTH (256) macro
41 #define PICOLCDFB_SIZE (PICOLCDFB_WIDTH * PICOLCDFB_HEIGHT / 8)
54 .line_length = PICOLCDFB_WIDTH / 8,
59 .xres = PICOLCDFB_WIDTH,
61 .xres_virtual = PICOLCDFB_WIDTH,
405 info->fix.line_length = PICOLCDFB_WIDTH / 8; in picolcd_set_par()
412 info->fix.line_length = PICOLCDFB_WIDTH; in picolcd_set_par()