Searched refs:pagewidth (Results 1 – 3 of 3) sorted by relevance
56 priv->pagewidth = data & 0x3F; in i2c_eeprom_std_ofdata_to_platdata()57 priv->pagesize = (1 << priv->pagewidth); in i2c_eeprom_std_ofdata_to_platdata()
20 unsigned pagewidth; member
495 u32 pagewidth; in s3c_fb_set_par() local545 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()