/src/sys/dev/dec/ |
lk201var.h | 37 volatile int waitack; member in struct:lk201_state
|
lk201var.h | 37 volatile int waitack; member in struct:lk201_state
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_dp501.c | 41 u8 waitack; local in function:wait_ack 44 waitack = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd2, 0xff); 45 waitack &= 0x80; 47 } while ((!waitack) && (retry++ < 1000)); 57 u8 waitack; local in function:wait_nack 60 waitack = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd2, 0xff); 61 waitack &= 0x80; 63 } while ((waitack) && (retry++ < 1000));
|
ast_dp501.c | 41 u8 waitack; local in function:wait_ack 44 waitack = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd2, 0xff); 45 waitack &= 0x80; 47 } while ((!waitack) && (retry++ < 1000)); 57 u8 waitack; local in function:wait_nack 60 waitack = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd2, 0xff); 61 waitack &= 0x80; 63 } while ((waitack) && (retry++ < 1000));
|