Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_panel.c371 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
376 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally()
385 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally()
393 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
398 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically()
406 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos; in centre_vertically()
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfa_ioc_ct.c510 u32 sync_pos = bfa_ioc_ct_sync_reqd_pos(ioc); in bfa_ioc_ct_sync_join() local
512 writel((r32 | sync_pos), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_join()
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_ioc_ct.c434 uint32_t sync_pos = bfa_ioc_ct_sync_reqd_pos(ioc); in bfa_ioc_ct_sync_join() local
436 writel((r32 | sync_pos), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_join()