Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c83 unsigned int btpp; in hdlcd_set_pxl_fmt() local
101 btpp = (format->bits_per_pixel + 7) / 8; in hdlcd_set_pxl_fmt()
102 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt()