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()
113 u32 pup = __raw_readl(reg); in s3c24xx_gpio_setpull_1()
131 u32 pup = __raw_readl(reg); in s3c24xx_gpio_getpull_1()
190 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit()
213 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit()
253 con = __raw_readl(reg); in samsung_gpio_setcfg_4bit()
283 con = __raw_readl(reg); in samsung_gpio_getcfg_4bit()
321 con = __raw_readl(reg); in s3c24xx_gpio_setcfg_abank()
346 con = __raw_readl(chip->base); in s3c24xx_gpio_getcfg_abank()
437 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_input()
457 dat = __raw_readl(base + 0x04); in samsung_gpiolib_2bit_output()
463 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_output()
497 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_input()
517 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_output()
521 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit_output()
572 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_input()
596 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_output()
600 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit2_output()
635 con = __raw_readl(base + 0x00); in s3c24xx_gpiolib_banka_output()
636 dat = __raw_readl(base + 0x04); in s3c24xx_gpiolib_banka_output()
664 dat = __raw_readl(base + 0x04); in samsung_gpiolib_set()
678 val = __raw_readl(ourchip->base + 0x04); in samsung_gpiolib_get()
1315 misccr = __raw_readl(S3C24XX_MISCCR); in s3c2410_modify_misccr()