Searched refs:LOCOMO_TADC (Results 1 – 2 of 2) sorted by relevance
308 locomo_writel(0x00, lchip->base + LOCOMO_TADC); /* 18MHz clock off*/ in locomo_suspend()337 locomo_writel(0x90, lchip->base + LOCOMO_TADC); in locomo_resume()433 locomo_writel(0x80, lchip->base + LOCOMO_TADC); in __locomo_probe()436 r = locomo_readl(lchip->base + LOCOMO_TADC); in __locomo_probe()438 locomo_writel(r, lchip->base + LOCOMO_TADC); in __locomo_probe()
41 #define LOCOMO_TADC 0x30 /* tablet ADC clock */ macro