Searched refs:jtemp (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ast/ |
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()
|
D | ast_mode.c | 1056 uint32_t jtemp; in ast_crtc_helper_mode_valid() local 1079 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); in ast_crtc_helper_mode_valid() 1080 if (jtemp & 0x01) in ast_crtc_helper_mode_valid()
|