Home
last modified time | relevance | path

Searched refs:GMBUS_FORCE_BIT_RETRY (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_i2c.c713 bus->force_bit &= ~GMBUS_FORCE_BIT_RETRY; in gmbus_xfer()
717 bus->force_bit |= GMBUS_FORCE_BIT_RETRY; in gmbus_xfer()
Di915_drv.h659 #define GMBUS_FORCE_BIT_RETRY (1U << 31) macro