Searched refs:LOCOMO_GPO (Results 1 – 2 of 2) sorted by relevance
289 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend()290 locomo_writel(0x00, lchip->base + LOCOMO_GPO); in locomo_suspend()332 locomo_writel(save->LCM_GPO, lchip->base + LOCOMO_GPO); in locomo_resume()406 locomo_writel(0, lchip->base + LOCOMO_GPO); in __locomo_probe()597 ret = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_read_output()616 r = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_write()621 locomo_writel(r, lchip->base + LOCOMO_GPO); in locomo_gpio_write()
79 #define LOCOMO_GPO 0x9c /* GPIO out data setting */ macro