Searched refs:sync_pos (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_panel.c463 u32 border, sync_pos, blank_width, sync_width; local
468 sync_pos = (blank_width - sync_width + 1) / 2;
477 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos;
485 u32 border, sync_pos, blank_width, sync_width; local
490 sync_pos = (blank_width - sync_width + 1) / 2;
498 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc_ct.c510 u32 sync_pos = bfa_ioc_ct_sync_reqd_pos(ioc); local
512 writel((r32 | sync_pos), ioc->ioc_regs.ioc_fail_sync);
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc_ct.c434 uint32_t sync_pos = bfa_ioc_ct_sync_reqd_pos(ioc); local
436 writel((r32 | sync_pos), ioc->ioc_regs.ioc_fail_sync);

Completed in 138 milliseconds