Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Di2c_eeprom.c56 priv->pagewidth = data & 0x3F; in i2c_eeprom_std_ofdata_to_platdata()
57 priv->pagesize = (1 << priv->pagewidth); in i2c_eeprom_std_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/
H A Di2c_eeprom.h20 unsigned pagewidth; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Ds3c-fb.c495 u32 pagewidth; in s3c_fb_set_par() local
545 pagewidth = (var->xres * var->bits_per_pixel) >> 3; in s3c_fb_set_par()
546 data = VIDW_BUF_SIZE_OFFSET(info->fix.line_length - pagewidth) | in s3c_fb_set_par()
547 VIDW_BUF_SIZE_PAGEWIDTH(pagewidth) | in s3c_fb_set_par()
548 VIDW_BUF_SIZE_OFFSET_E(info->fix.line_length - pagewidth) | in s3c_fb_set_par()
549 VIDW_BUF_SIZE_PAGEWIDTH_E(pagewidth); in s3c_fb_set_par()