Lines Matching refs:__raw_readl

50 	pup = __raw_readl(reg);  in samsung_gpio_setpull_updown()
63 u32 pup = __raw_readl(reg); in samsung_gpio_getpull_updown()
116 u32 pup = __raw_readl(reg); in s3c24xx_gpio_setpull_1()
134 u32 pup = __raw_readl(reg); in s3c24xx_gpio_getpull_1()
193 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit()
216 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit()
256 con = __raw_readl(reg); in samsung_gpio_setcfg_4bit()
286 con = __raw_readl(reg); in samsung_gpio_getcfg_4bit()
324 con = __raw_readl(reg); in s3c24xx_gpio_setcfg_abank()
349 con = __raw_readl(chip->base); in s3c24xx_gpio_getcfg_abank()
440 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_input()
460 dat = __raw_readl(base + 0x04); in samsung_gpiolib_2bit_output()
466 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_output()
500 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_input()
520 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_output()
524 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit_output()
575 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_input()
599 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_output()
603 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit2_output()
638 con = __raw_readl(base + 0x00); in s3c24xx_gpiolib_banka_output()
639 dat = __raw_readl(base + 0x04); in s3c24xx_gpiolib_banka_output()
667 dat = __raw_readl(base + 0x04); in samsung_gpiolib_set()
681 val = __raw_readl(ourchip->base + 0x04); in samsung_gpiolib_get()
1319 misccr = __raw_readl(S3C24XX_MISCCR); in s3c2410_modify_misccr()