/src/sys/dev/ic/ |
aic79xx_inline.h | 114 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); 122 ahd_mode_state mode_ptr; local in function:ahd_update_modes 126 mode_ptr = ahd_inb(ahd, MODE_PTR); 129 printf("Reading mode 0x%x\n", mode_ptr); 131 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); 680 ahd_inb(ahd, MODE_PTR);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.h | 124 uint16_t mode_ptr; member in struct:nvbios::__anon02f1eba50308
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_connector.c | 2200 struct drm_mode_modeinfo __user *mode_ptr; local in function:drm_mode_getconnector 2263 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; 2272 if (copy_to_user(mode_ptr + copied,
|