Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_inline.h125 ahd_mode_state mode_ptr; in ahd_update_modes() local
129 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes()
132 printf("Reading mode 0x%x\n", mode_ptr); in ahd_update_modes()
134 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes()
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y75 static symbol_ref_t mode_ptr; variable
536 if (mode_ptr.symbol != NULL) {
541 mode_ptr.symbol = cur_symbol;
1634 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()
1646 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_crtc.c1472 struct drm_mode_modeinfo __user *mode_ptr; in drm_mode_getconnector() local
1530 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; in drm_mode_getconnector()
1533 if (copy_to_user(mode_ptr + copied, in drm_mode_getconnector()