Searched refs:jtemp (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_i2c.c | 34 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 D | ast_mode.c | 1065 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 D | support-jpeg-turbo.patch | 1188 + JDIMENSION jtemp; 1194 + jtemp = dstinfo->image_width; 1197 + dstinfo->image_height = jtemp;
|