Lines Matching +full:0 +full:x1b00

38 #define PLAT_RESOURCE_IPC_INDEX		0
39 #define PLAT_RESOURCE_IPC_SIZE 0x1000
40 #define PLAT_RESOURCE_GCR_OFFSET 0x1000
41 #define PLAT_RESOURCE_GCR_SIZE 0x1000
49 #define PLAT_RESOURCE_ACPI_IO_INDEX 0
57 #define SMI_EN_OFFSET 0x0040
59 #define TCO_BASE_OFFSET 0x0060
62 #define TELEM_PMC_SSRAM_OFFSET 0x1b00
63 #define TELEM_PUNIT_SSRAM_OFFSET 0x1a00
66 #define PMC_NORTHPEAK_CTRL 0xed
81 * Return: Negative value on error or 0 on success.
92 return 0; in intel_pmc_gcr_read64()
106 * Return: Negative value on error or 0 on success.
125 return (new_val & mask) != (val & mask) ? -EIO : 0; in intel_pmc_gcr_update()
137 * Return: An error code or 0 on success.
149 return 0; in intel_pmc_s0ix_counter_read()
211 ret = kstrtoul(buf, 0, &val); in northpeak_store()
215 /* Northpeak is enabled if subcmd == 1 and disabled if it is 0 */ in northpeak_store()
219 subcmd = 0; in northpeak_store()
284 return 0; in intel_pmc_get_tco_resources()
293 tco_res[0].flags = IORESOURCE_IO; in intel_pmc_get_tco_resources()
294 tco_res[0].start = res->start + TCO_BASE_OFFSET; in intel_pmc_get_tco_resources()
295 tco_res[0].end = tco_res[0].start + TCO_REGS_SIZE - 1; in intel_pmc_get_tco_resources()
300 return 0; in intel_pmc_get_tco_resources()
308 size_t npunit_res = 0; in intel_pmc_get_resources()
312 scu_data->irq = platform_get_irq_optional(pdev, 0); in intel_pmc_get_resources()
390 return 0; in intel_pmc_get_resources()
399 1, NULL, 0, NULL); in intel_pmc_create_devices()
405 NULL, 0, NULL); in intel_pmc_create_devices()
411 &telem, 1, pmc->telem_base, 0, NULL); in intel_pmc_create_devices()