Lines Matching refs:__raw_readl
48 pup = __raw_readl(reg); in samsung_gpio_setpull_updown()
61 u32 pup = __raw_readl(reg); in samsung_gpio_getpull_updown()
114 u32 pup = __raw_readl(reg); in s3c24xx_gpio_setpull_1()
132 u32 pup = __raw_readl(reg); in s3c24xx_gpio_getpull_1()
191 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit()
214 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit()
254 con = __raw_readl(reg); in samsung_gpio_setcfg_4bit()
284 con = __raw_readl(reg); in samsung_gpio_getcfg_4bit()
322 con = __raw_readl(reg); in s3c24xx_gpio_setcfg_abank()
347 con = __raw_readl(chip->base); in s3c24xx_gpio_getcfg_abank()
438 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_input()
458 dat = __raw_readl(base + 0x04); in samsung_gpiolib_2bit_output()
464 con = __raw_readl(base + 0x00); in samsung_gpiolib_2bit_output()
498 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_input()
518 con = __raw_readl(base + GPIOCON_OFF); in samsung_gpiolib_4bit_output()
522 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit_output()
573 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_input()
597 con = __raw_readl(regcon); in samsung_gpiolib_4bit2_output()
601 dat = __raw_readl(base + GPIODAT_OFF); in samsung_gpiolib_4bit2_output()
636 con = __raw_readl(base + 0x00); in s3c24xx_gpiolib_banka_output()
637 dat = __raw_readl(base + 0x04); in s3c24xx_gpiolib_banka_output()
665 dat = __raw_readl(base + 0x04); in samsung_gpiolib_set()
679 val = __raw_readl(ourchip->base + 0x04); in samsung_gpiolib_get()
1316 misccr = __raw_readl(S3C24XX_MISCCR); in s3c2410_modify_misccr()