Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_i2c.c34 u8 ujcrb7, jtemp; in ast_i2c_setsda() local
37 ujcrb7 = ((data & 0x01) ? 0 : 1) << 2; in ast_i2c_setsda()
38 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0xf1, ujcrb7); in ast_i2c_setsda()
40 if (ujcrb7 == jtemp) in ast_i2c_setsda()
50 u8 ujcrb7, jtemp; in ast_i2c_setscl() local
53 ujcrb7 = ((clock & 0x01) ? 0 : 1); in ast_i2c_setscl()
54 ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0xf4, ujcrb7); in ast_i2c_setscl()
56 if (ujcrb7 == jtemp) in ast_i2c_setscl()