Searched refs:LOCOMO_GPO (Results 1 – 2 of 2) sorted by relevance
287 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend()288 locomo_writel(0x00, lchip->base + LOCOMO_GPO); in locomo_suspend()330 locomo_writel(save->LCM_GPO, lchip->base + LOCOMO_GPO); in locomo_resume()404 locomo_writel(0, lchip->base + LOCOMO_GPO); in __locomo_probe()594 ret = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_read_output()613 r = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_write()618 locomo_writel(r, lchip->base + LOCOMO_GPO); in locomo_gpio_write()
79 #define LOCOMO_GPO 0x9c /* GPIO out data setting */ macro