/linux-4.4.14/drivers/usb/isp1760/ |
H A D | isp1760-core.c | 32 u32 hwmode; isp1760_init_core() local 49 hwmode = HW_DATA_BUS_32BIT; isp1760_init_core() 52 hwmode &= ~HW_DATA_BUS_32BIT; isp1760_init_core() 54 hwmode |= HW_ANA_DIGI_OC; isp1760_init_core() 56 hwmode |= HW_DACK_POL_HIGH; isp1760_init_core() 58 hwmode |= HW_DREQ_POL_HIGH; isp1760_init_core() 60 hwmode |= HW_INTR_HIGH_ACT; isp1760_init_core() 62 hwmode |= HW_INTR_EDGE_TRIG; isp1760_init_core() 72 hwmode |= HW_COMN_IRQ; isp1760_init_core() 80 isp1760_write32(isp->regs, HC_HW_MODE_CTRL, hwmode); isp1760_init_core() 81 isp1760_write32(isp->regs, HC_HW_MODE_CTRL, hwmode); isp1760_init_core()
|
H A D | isp1760-hcd.c | 468 u32 scratch, hwmode; isp1760_hc_setup() local 499 hwmode = reg_read32(hcd->regs, HC_HW_MODE_CTRL) & ~ALL_ATX_RESET; isp1760_hc_setup() 500 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode | ALL_ATX_RESET); isp1760_hc_setup() 502 reg_write32(hcd->regs, HC_HW_MODE_CTRL, hwmode); isp1760_hc_setup()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 293 saved_hwmode = crtc->hwmode; drm_crtc_helper_set_mode() 334 crtc->hwmode = *adjusted_mode; 394 * timestamping. They are derived from true hwmode. 396 drm_calc_timestamping_constants(crtc, &crtc->hwmode); 404 crtc->hwmode = saved_hwmode;
|
H A D | drm_irq.c | 713 DRM_DEBUG("crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n", drm_calc_timestamping_constants()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
H A D | ipuv3-plane.c | 331 ret = ipu_plane_mode_set(ipu_plane, crtc, &crtc->hwmode, fb, ipu_update_plane()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 643 &adev->mode_info.crtcs[pipe]->base.hwmode); amdgpu_get_vblank_counter_kms() 734 &crtc->hwmode); amdgpu_get_vblank_timestamp_kms()
|
H A D | amdgpu_display.c | 107 &crtc->hwmode); amdgpu_flip_work_func()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 788 &rdev->mode_info.crtcs[crtc]->base.hwmode); radeon_get_vblank_counter_kms() 901 &drmcrtc->hwmode); radeon_get_vblank_timestamp_kms()
|
H A D | radeon_display.c | 329 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) && radeon_crtc_handle_vblank() 330 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) || radeon_crtc_handle_vblank() 466 &crtc->hwmode); radeon_flip_work_func()
|
H A D | radeon_pm.c | 1763 &rdev->mode_info.crtcs[crtc]->base.hwmode); radeon_pm_in_vbl()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | tlbex.c | 1530 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); iPTE_SW() local 1557 uasm_i_ori(p, pte, pte, hwmode); iPTE_SW() 1578 uasm_i_ori(p, pte, pte, hwmode); iPTE_SW()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 162 &crtc->hwmode); nouveau_display_vblstamp()
|
/linux-4.4.14/include/drm/ |
H A D | drm_crtc.h | 409 * @hwmode: mode timings as programmed to hw regs 456 struct drm_display_mode hwmode; member in struct:drm_crtc
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 673 const struct drm_display_mode *mode = &intel_crtc->base.hwmode; i915_get_vblank_counter() 727 const struct drm_display_mode *mode = &crtc->base.hwmode; __intel_get_crtc_scanline() 929 if (!crtc->hwmode.crtc_clock) { i915_get_vblank_timestamp() 937 &crtc->hwmode); i915_get_vblank_timestamp()
|
H A D | intel_display.c | 12330 /* Update hwmode for vblank functions */ for_each_crtc_in_state() 12332 crtc->hwmode = crtc->state->adjusted_mode; for_each_crtc_in_state() 12334 crtc->hwmode.crtc_clock = 0; for_each_crtc_in_state() 15341 crtc->base.hwmode = crtc->config->base.adjusted_mode; for_each_intel_crtc() 15368 drm_calc_timestamping_constants(&crtc->base, &crtc->base.hwmode); for_each_intel_crtc()
|