Searched refs:hde (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/ast/ |
H A D | ast_vbios.h | 83 u32 hde; member
|
H A D | ast_mode.c | 794 adjusted_mode->crtc_hdisplay = vmode->hde; in ast_crtc_helper_atomic_check() 795 adjusted_mode->crtc_hblank_start = vmode->hde + hborder; in ast_crtc_helper_atomic_check() 797 adjusted_mode->crtc_hsync_start = vmode->hde + hborder + vmode->hfp; in ast_crtc_helper_atomic_check() 798 adjusted_mode->crtc_hsync_end = vmode->hde + hborder + vmode->hfp + vmode->hsync; in ast_crtc_helper_atomic_check()
|
H A D | ast_vbios.c | 188 if ((*vmode_tables)->hde == hdisplay && (*vmode_tables)->vde == vdisplay) in __ast_vbios_find_mode_table()
|
/linux/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 285 unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; in ingenic_drm_crtc_update_timings() local 294 hde = hds + mode->crtc_hdisplay; in ingenic_drm_crtc_update_timings() 295 ht = hde + mode->crtc_hsync_start - mode->crtc_hdisplay; in ingenic_drm_crtc_update_timings() 311 hde << JZ_LCD_DAH_HDE_OFFSET); in ingenic_drm_crtc_update_timings() 317 regmap_write(priv->map, JZ_REG_LCD_PS, hde << 16 | (hde + 1)); in ingenic_drm_crtc_update_timings() 318 regmap_write(priv->map, JZ_REG_LCD_CLS, hde << 16 | (hde + 1)); in ingenic_drm_crtc_update_timings()
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 531 u8 hde[1]; member 886 u8 hde; /* DWORD 4 */ member 924 u8 hde; /* DWORD 4 */ member
|
H A D | be_mgmt.c | 1308 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb, hde, pwrb, in beiscsi_offload_cxn_v0() 1310 hde) / 32] & OFFLD_PARAMS_HDE) >> 3); in beiscsi_offload_cxn_v0() 1401 AMAP_SET_BITS(struct amap_iscsi_target_context_update_wrb_v2, hde, pwrb, in beiscsi_offload_cxn_v2() 1403 hde) / 32] & OFFLD_PARAMS_HDE) >> 3); in beiscsi_offload_cxn_v2()
|
H A D | be_iscsi.c | 876 AMAP_SET_BITS(struct amap_beiscsi_offload_params, hde, params, in beiscsi_set_params_for_offld()
|
/linux/Documentation/power/ |
H A D | swsusp-dmcrypt.rst | 85 if [ -f /proc/ide/hde/media ]
|
/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 263 u_short hde; member
|