HomeSort by: relevance | last modified time | path
    Searched defs:gmbus2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_gmbus.c 335 u32 gmbus2; local in function:gmbus_wait
357 while (((gmbus2 = intel_uncore_read_fw(&dev_priv->uncore,
358 GMBUS2)) & status) == 0) {
370 (((gmbus2 = intel_uncore_read_fw(&dev_priv->uncore,
371 GMBUS2))
394 if (gmbus2 & GMBUS_SATOER)
422 while (intel_uncore_read_fw(&dev_priv->uncore, GMBUS2)
435 ((intel_uncore_read_fw(&dev_priv->uncore, GMBUS2)
intel_gmbus.c 335 u32 gmbus2; local in function:gmbus_wait
357 while (((gmbus2 = intel_uncore_read_fw(&dev_priv->uncore,
358 GMBUS2)) & status) == 0) {
370 (((gmbus2 = intel_uncore_read_fw(&dev_priv->uncore,
371 GMBUS2))
394 if (gmbus2 & GMBUS_SATOER)
422 while (intel_uncore_read_fw(&dev_priv->uncore, GMBUS2)
435 ((intel_uncore_read_fw(&dev_priv->uncore, GMBUS2)

Completed in 22 milliseconds