Lines Matching +full:0 +full:x1b00

37 #define PLAT_RESOURCE_IPC_INDEX		0
38 #define PLAT_RESOURCE_IPC_SIZE 0x1000
39 #define PLAT_RESOURCE_GCR_OFFSET 0x1000
40 #define PLAT_RESOURCE_GCR_SIZE 0x1000
48 #define PLAT_RESOURCE_ACPI_IO_INDEX 0
56 #define SMI_EN_OFFSET 0x0040
58 #define TCO_BASE_OFFSET 0x0060
61 #define TELEM_PMC_SSRAM_OFFSET 0x1b00
62 #define TELEM_PUNIT_SSRAM_OFFSET 0x1a00
65 #define PMC_NORTHPEAK_CTRL 0xed
80 * Return: Negative value on error or 0 on success.
91 return 0; in intel_pmc_gcr_read64()
105 * Return: Negative value on error or 0 on success.
124 return (new_val & mask) != (val & mask) ? -EIO : 0; in intel_pmc_gcr_update()
136 * Return: An error code or 0 on success.
148 return 0; in intel_pmc_s0ix_counter_read()
210 ret = kstrtoul(buf, 0, &val); in northpeak_store()
214 /* Northpeak is enabled if subcmd == 1 and disabled if it is 0 */ in northpeak_store()
218 subcmd = 0; in northpeak_store()
283 return 0; in intel_pmc_get_tco_resources()
292 tco_res[0].flags = IORESOURCE_IO; in intel_pmc_get_tco_resources()
293 tco_res[0].start = res->start + TCO_BASE_OFFSET; in intel_pmc_get_tco_resources()
294 tco_res[0].end = tco_res[0].start + TCO_REGS_SIZE - 1; in intel_pmc_get_tco_resources()
299 return 0; in intel_pmc_get_tco_resources()
307 size_t npunit_res = 0; in intel_pmc_get_resources()
311 scu_data->irq = platform_get_irq_optional(pdev, 0); in intel_pmc_get_resources()
389 return 0; in intel_pmc_get_resources()
398 1, NULL, 0, NULL); in intel_pmc_create_devices()
404 NULL, 0, NULL); in intel_pmc_create_devices()
410 &telem, 1, pmc->telem_base, 0, NULL); in intel_pmc_create_devices()