Lines Matching refs:__raw_readl
47 pup = __raw_readl(reg); in samsung_gpio_setpull_updown()
60 u32 pup = __raw_readl(reg); in samsung_gpio_getpull_updown()
83 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit()
106 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit()
146 con = __raw_readl(reg); in samsung_gpio_setcfg_4bit()
176 con = __raw_readl(reg); in samsung_gpio_getcfg_4bit()
254 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_input()
274 dat = __raw_readl(base + 0x04); in samsung_gpiolib_2bit_output()
280 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_output()
314 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_input()
334 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_output()
338 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit_output()
389 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_input()
413 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_output()
417 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit2_output()
443 dat = __raw_readl(base + 0x04); in samsung_gpiolib_set()
459 val = __raw_readl(ourchip->base + 0x04); in samsung_gpiolib_get()