Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c58 struct hwm_drvdata ddat; member
68 hwm_locked_with_pm_intel_uncore_rmw(struct hwm_drvdata *ddat, in hwm_locked_with_pm_intel_uncore_rmw() argument
71 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_locked_with_pm_intel_uncore_rmw()
72 struct intel_uncore *uncore = ddat->uncore; in hwm_locked_with_pm_intel_uncore_rmw()
90 hwm_field_read_and_scale(struct hwm_drvdata *ddat, i915_reg_t rgadr, in hwm_field_read_and_scale() argument
93 struct intel_uncore *uncore = ddat->uncore; in hwm_field_read_and_scale()
126 hwm_energy(struct hwm_drvdata *ddat, long *energy) in hwm_energy() argument
128 struct intel_uncore *uncore = ddat->uncore; in hwm_energy()
129 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_energy()
130 struct hwm_energy_info *ei = &ddat->ei; in hwm_energy()
[all …]
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c1696 entry->descriptor.ddat = cpu_to_be32(TSI148_LCSR_DDAT_TYP_PCI); in tsi148_dma_list_add()
1705 entry->descriptor.ddat = cpu_to_be32(TSI148_LCSR_DDAT_TYP_VME); in tsi148_dma_list_add()
1708 tsi148_bridge->parent, &entry->descriptor.ddat, in tsi148_dma_list_add()
H A Dvme_tsi148.h61 __be32 ddat; /* Destination attributes */ member