Searched refs:LOCOMO_GPO (Results 1 – 2 of 2) sorted by relevance
286 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend()287 locomo_writel(0x00, lchip->base + LOCOMO_GPO); in locomo_suspend()329 locomo_writel(save->LCM_GPO, lchip->base + LOCOMO_GPO); in locomo_resume()403 locomo_writel(0, lchip->base + LOCOMO_GPO); in __locomo_probe()593 ret = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_read_output()612 r = locomo_readl(lchip->base + LOCOMO_GPO); in locomo_gpio_write()617 locomo_writel(r, lchip->base + LOCOMO_GPO); in locomo_gpio_write()
79 #define LOCOMO_GPO 0x9c /* GPIO out data setting */ macro
Completed in 6 milliseconds