Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member
/linux/drivers/i2c/busses/
H A Di2c-pxa.c260 unsigned int high_mode:1; member
582 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset()
1075 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1285 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1496 if (i2c->high_mode) { in i2c_pxa_probe()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7036 struct drm_display_mode *high_mode; in is_freesync_video_mode() local
7039 high_mode = get_highest_refresh_rate_mode(aconnector, false); in is_freesync_video_mode()
7040 if (!high_mode || !mode) in is_freesync_video_mode()
7043 timing_diff = high_mode->vtotal - mode->vtotal; in is_freesync_video_mode()
7045 if (high_mode->clock == 0 || high_mode->clock != mode->clock || in is_freesync_video_mode()
7046 high_mode->hdisplay != mode->hdisplay || in is_freesync_video_mode()
7047 high_mode->vdisplay != mode->vdisplay || in is_freesync_video_mode()
7048 high_mode->hsync_start != mode->hsync_start || in is_freesync_video_mode()
7049 high_mode->hsync_end != mode->hsync_end || in is_freesync_video_mode()
7050 high_mode->htotal != mode->htotal || in is_freesync_video_mode()
[all …]