Home
last modified time | relevance | path

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

/drivers/powercap/
A Dintel_rapl_tpmi.c145 enum rapl_domain_type domain_type; in parse_one_domain() local
189 domain_type = RAPL_DOMAIN_PACKAGE; in parse_one_domain()
199 domain_type = RAPL_DOMAIN_PLATFORM; in parse_one_domain()
202 domain_type = RAPL_DOMAIN_DRAM; in parse_one_domain()
209 if (trp->priv.regs[domain_type][RAPL_DOMAIN_REG_UNIT].mmio) { in parse_one_domain()
225 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT1); in parse_one_domain()
229 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT2); in parse_one_domain()
233 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4); in parse_one_domain()
247 trp->priv.regs[domain_type][reg_id].mmio = trp->base + offset + reg_index * 8; in parse_one_domain()
/drivers/reset/
A Dreset-eyeq.c183 enum eqr_domain_type domain_type = priv->data->domains[domain].type; in eqr_busy_wait_locked() local
184 unsigned long timeout_us = eqr_timings[domain_type].timeout_us; in eqr_busy_wait_locked()
185 unsigned long sleep_us = eqr_timings[domain_type].sleep_us; in eqr_busy_wait_locked()
192 switch (domain_type) { in eqr_busy_wait_locked()
245 enum eqr_domain_type domain_type = priv->data->domains[domain].type; in eqr_assert_locked() local
253 switch (domain_type) { in eqr_assert_locked()
299 enum eqr_domain_type domain_type = priv->data->domains[domain].type; in eqr_deassert_locked() local
307 switch (domain_type) { in eqr_deassert_locked()
355 enum eqr_domain_type domain_type = priv->data->domains[domain].type; in eqr_status() local
364 switch (domain_type) { in eqr_status()
/drivers/net/wireless/ath/ath10k/
A Dmac.c9869 union acpi_object *domain_type; in ath10k_mac_wrdd_get_mcc() local
9892 domain_type = &mcc_pkg->package.elements[0]; in ath10k_mac_wrdd_get_mcc()
9893 if (domain_type->integer.value != WRDD_WIFI) in ath10k_mac_wrdd_get_mcc()

Completed in 20 milliseconds