/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.h | 124 uint16_t mode_ptr; member in struct:nvbios::__anon02f1eba50308
|
nouveau_bios.c | 441 bios->fp.mode_ptr = bios->fp.fptablepointer + headerlen + 445 ROM16(bios->data[bios->fp.mode_ptr + 11]) + 1, 446 ROM16(bios->data[bios->fp.mode_ptr + 25]) + 1, 447 ROM16(bios->data[bios->fp.mode_ptr + 7]) * 10); 456 uint8_t *mode_entry = &bios->data[bios->fp.mode_ptr]; 459 return bios->fp.mode_ptr; 495 return bios->fp.mode_ptr;
|
/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/dev/microcode/aic7xxx/ |
aicasm_gram.y | 77 static symbol_ref_t mode_ptr; 536 if (mode_ptr.symbol != NULL) { 541 mode_ptr.symbol = cur_symbol; 1635 else if (dest->symbol == mode_ptr.symbol) { 1647 else if (src->symbol == mode_ptr.symbol)
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_psp_v11_0.c | 876 static int psp_v11_0_ras_cure_posion(struct psp_context *psp, uint64_t *mode_ptr) 890 ras_cmd->ras_in_message.cure_poison.mode_ptr = mode_ptr;
|
amdgpu_psp.h | 112 int (*ras_cure_posion)(struct psp_context *psp, uint64_t *mode_ptr);
|
/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,
|