Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dmipi_backend_defs.h96 …fine _HRT_MIPI_BACKEND_STREAMING_PIX_A_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_A_LSB +… argument
97 …fine _HRT_MIPI_BACKEND_STREAMING_PIX_A_VAL_BIT(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_A_MSB(p… argument
98 …fine _HRT_MIPI_BACKEND_STREAMING_PIX_B_LSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_A_VAL_B… argument
99 …_HRT_MIPI_BACKEND_STREAMING_PIX_B_MSB(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_B_LSB(pix_wi… argument
100 …fine _HRT_MIPI_BACKEND_STREAMING_PIX_B_VAL_BIT(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_B_MSB(p… argument
101 …efine _HRT_MIPI_BACKEND_STREAMING_SOP_BIT(pix_width) (_HRT_MIPI_BACKEND_STREAMING_PIX_B_VAL_… argument
102 #define _HRT_MIPI_BACKEND_STREAMING_EOP_BIT(pix_width) (_HRT_MIPI_BACKEND_STREAMING_SOP_BIT(p… argument
103 #define _HRT_MIPI_BACKEND_STREAMING_WIDTH(pix_width) (_HRT_MIPI_BACKEND_STREAMING_EOP_BIT(p… argument
166 …D_STREAM_PIX_LS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_VAL_BIT(sid_width, … argument
167 …AM_PIX_MS_BIT(sid_width, ppc, pix_width, p) (HRT_MIPI_BACKEND_STREAM_PIX_LS_BIT(sid_width, ppc, pi… argument
[all …]
/linux-6.1.9/drivers/video/fbdev/aty/
Dmach64_accel.c291 u32 pix_width, rotation = 0, src, mix; in atyfb_imageblit() local
303 pix_width = par->crtc.dp_pix_width; in atyfb_imageblit()
307 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit()
308 pix_width |= (BYTE_ORDER_MSB_TO_LSB | HOST_1BPP); in atyfb_imageblit()
311 pix_width &= ~(BYTE_ORDER_MASK | HOST_MASK); in atyfb_imageblit()
312 pix_width |= (BYTE_ORDER_MSB_TO_LSB | HOST_4BPP); in atyfb_imageblit()
315 pix_width &= ~HOST_MASK; in atyfb_imageblit()
316 pix_width |= HOST_8BPP; in atyfb_imageblit()
319 pix_width &= ~HOST_MASK; in atyfb_imageblit()
320 pix_width |= HOST_15BPP; in atyfb_imageblit()
[all …]
Datyfb_base.c823 u32 pix_width, dp_pix_width, dp_chain_mask; in aty_var_to_crtc() local
850 pix_width = CRTC_PIX_WIDTH_8BPP; in aty_var_to_crtc()
856 pix_width = CRTC_PIX_WIDTH_15BPP; in aty_var_to_crtc()
862 pix_width = CRTC_PIX_WIDTH_16BPP; in aty_var_to_crtc()
868 pix_width = CRTC_PIX_WIDTH_24BPP; in aty_var_to_crtc()
874 pix_width = CRTC_PIX_WIDTH_32BPP; in aty_var_to_crtc()
1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()
1172 u32 pix_width; in aty_crtc_to_var() local
1188 pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK; in aty_crtc_to_var()
1205 switch (pix_width) { in aty_crtc_to_var()
Daty128fb.c1160 static int aty128_pix_width_to_var(int pix_width, struct fb_var_screeninfo *var) in aty128_pix_width_to_var() argument
1171 switch (pix_width) { in aty128_pix_width_to_var()
1229 u32 pix_width; in aty128_crtc_to_var() local
1244 pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK; in aty128_crtc_to_var()
1259 aty128_pix_width_to_var(pix_width, var); in aty128_crtc_to_var()