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

/linux-master/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member in struct:i2c_pxa_platform_data
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c260 unsigned int high_mode:1; member in struct:pxa_i2c
582 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c));
1075 if (i2c->high_mode) {
1285 i2c->high_mode = plat->high_mode;
1496 if (i2c->high_mode) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5986 struct drm_display_mode *high_mode; local
5989 high_mode = get_highest_refresh_rate_mode(aconnector, false);
5990 if (!high_mode || !mode)
5993 timing_diff = high_mode->vtotal - mode->vtotal;
5995 if (high_mode->clock == 0 || high_mode->clock != mode->clock ||
5996 high_mode->hdisplay != mode->hdisplay ||
5997 high_mode->vdisplay != mode->vdisplay ||
5998 high_mode->hsync_start != mode->hsync_start ||
5999 high_mode
9921 struct drm_display_mode *high_mode; local
[all...]

Completed in 238 milliseconds