/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 1032 uint32_t jtemp; local in function:ast_mode_valid 1053 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); 1054 if (jtemp & 0x01) 1285 u8 ujcrb7, jtemp; local in function:set_clock 1290 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x01); 1291 if (ujcrb7 == jtemp) 1301 u8 ujcrb7, jtemp; local in function:set_data 1306 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x04); 1307 if (ujcrb7 == jtemp)
|
ast_mode.c | 1032 uint32_t jtemp; local in function:ast_mode_valid 1053 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); 1054 if (jtemp & 0x01) 1285 u8 ujcrb7, jtemp; local in function:set_clock 1290 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x01); 1291 if (ujcrb7 == jtemp) 1301 u8 ujcrb7, jtemp; local in function:set_data 1306 jtemp = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x04); 1307 if (ujcrb7 == jtemp)
|