Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_i2c.c34 u8 ujcrb7, jtemp; in ast_i2c_setsda() local
39 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x04); in ast_i2c_setsda()
40 if (ujcrb7 == jtemp) in ast_i2c_setsda()
50 u8 ujcrb7, jtemp; in ast_i2c_setscl() local
55 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x01); in ast_i2c_setscl()
56 if (ujcrb7 == jtemp) in ast_i2c_setscl()
H A Dast_mode.c1065 uint32_t jtemp; in ast_crtc_helper_mode_valid() local
1089 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_crtc_helper_mode_valid()
1090 if (jtemp & 0x01) in ast_crtc_helper_mode_valid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch1188 + JDIMENSION jtemp;
1194 + jtemp = dstinfo->image_width;
1197 + dstinfo->image_height = jtemp;