Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_inline.h123 ahd_mode_state mode_ptr; in ahd_update_modes() local
127 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes()
130 printf("Reading mode 0x%x\n", mode_ptr); in ahd_update_modes()
132 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y73 static symbol_ref_t mode_ptr; variable
534 if (mode_ptr.symbol != NULL) {
539 mode_ptr.symbol = cur_symbol;
1632 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()
1644 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c1470 struct drm_mode_modeinfo __user *mode_ptr; in drm_mode_getconnector() local
1528 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; in drm_mode_getconnector()
1531 if (copy_to_user(mode_ptr + copied, in drm_mode_getconnector()