Lines Matching refs:base
90 int abase; /* ACPI base */
91 int actrl_pbase; /* ACPI control or PMC base */
92 int gbase; /* GPIO base */
95 int abase_save; /* Cached ACPI base value */
96 int actrl_pbase_save; /* Cached ACPI control or PMC base value */
942 /* Setup power management base register */
968 /* Setup GPIO base register */
1022 /* Setup power management base register */
1045 * it as base. GCS = RCBA + ICH6_GCS(0x3410).
1088 static bool lpc_ich_byt_set_writeable(void __iomem *base, void *data)
1092 val = readl(base + BYT_BCR);
1095 writel(val, base + BYT_BCR);
1096 val = readl(base + BYT_BCR);
1102 static bool lpc_ich_lpt_set_writeable(void __iomem *base, void *data)
1117 static bool lpc_ich_bxt_set_writeable(void __iomem *base, void *data)