Searched refs:sync_pos (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 469 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 474 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 483 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally() 491 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 496 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 504 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos; in centre_vertically()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 253 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 258 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 267 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally() 275 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 280 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 288 adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vblank_start + sync_pos; in centre_vertically()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc_ct.c | 510 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_ioc_ct.c | 434 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc_ct.c | 510 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()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_ioc_ct.c | 434 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()
|
Completed in 10 milliseconds