Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c94 unsigned int btpp; in hdlcd_set_pxl_fmt() local
109 btpp = (format->bits_per_pixel + 7) / 8; in hdlcd_set_pxl_fmt()
110 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt()
/linux/fs/xfs/
H A Dxfs_buf_mem.c54 struct xfs_buftarg **btpp) in xmbuf_alloc() argument
102 *btpp = btp; in xmbuf_alloc()
H A Dxfs_buf_mem.h19 struct xfs_buftarg **btpp);