Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c259 unsigned int high_mode:1; member
581 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset()
1074 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1286 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1497 if (i2c->high_mode) { in i2c_pxa_probe()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5851 struct drm_display_mode *high_mode; in is_freesync_video_mode()
5854 high_mode = get_highest_refresh_rate_mode(aconnector, false); in is_freesync_video_mode()
5855 if (!high_mode || !mode) in is_freesync_video_mode()
5858 timing_diff = high_mode->vtotal - mode->vtotal; in is_freesync_video_mode()
5860 if (high_mode->clock == 0 || high_mode->clock != mode->clock || in is_freesync_video_mode()
5861 high_mode->hdisplay != mode->hdisplay || in is_freesync_video_mode()
5862 high_mode->vdisplay != mode->vdisplay || in is_freesync_video_mode()
5863 high_mode->hsync_start != mode->hsync_start || in is_freesync_video_mode()
5864 high_mode in is_freesync_video_mode()
5841 struct drm_display_mode *high_mode; is_freesync_video_mode() local
9445 struct drm_display_mode *high_mode; dm_update_crtc_state() local
[all...]