HomeSort by: relevance | last modified time | path
    Searched defs:jreg (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_dp501.c 200 u8 jreg; local in function:ast_launch_m68k
254 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0x99, 0xfc); /* D[1:0]: Reserved Video Buffer */
255 jreg |= 0x02;
256 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x99, jreg);
321 u8 jreg; local in function:ast_init_dvo
327 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff);
328 if (!(jreg & 0x80)) {
421 u8 jreg; local in function:ast_init_3rdtx
424 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff);
425 switch (jreg & 0x0e)
    [all...]
ast_main.c 127 uint32_t jreg, scu_rev; local in function:ast_detect_chip
199 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd0, 0xff);
200 if (!(jreg & 0x80))
202 else if (jreg & 0x01)
231 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff);
232 if (jreg & 0x80)
242 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff);
243 switch (jreg) {
428 u8 jreg; local in function:ast_get_vram_info
433 jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xaa, 0xff)
    [all...]
ast_mode.c 277 u8 jreg; local in function:ast_set_std_reg
281 jreg = stdtable->misc;
282 ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg);
288 jreg = stdtable->seq[i];
289 ast_set_index_reg(ast, AST_IO_SEQ_PORT, (i + 1) , jreg);
302 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
304 jreg = stdtable->ar[i];
306 ast_io_write8(ast, AST_IO_AR_PORT_WRITE, jreg);
311 jreg = ast_io_read8(ast, AST_IO_INPUT_STATUS1_READ);
508 u8 jreg; local in function:ast_set_sync_reg
715 u8 jreg; local in function:ast_cursor_plane_helper_atomic_update
1451 u8 jreg; local in function:ast_cursor_move
    [all...]

Completed in 14 milliseconds