bit_per_pix       636 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	u8 bit_per_pix, tu_size_reg = TU_SIZE;
bit_per_pix       639 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ?
bit_per_pix       661 drivers/gpu/drm/rockchip/cdn-dp-reg.c 		symbol = tu_size_reg * mode->clock * bit_per_pix;
bit_per_pix       684 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	val = div_u64(8 * (symbol + 1), bit_per_pix) - val;
bit_per_pix       723 drivers/gpu/drm/rockchip/cdn-dp-reg.c 	val = mode->hdisplay * bit_per_pix / 8;