Searched refs:confval (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/arm/mach-ns9xxx/ ! |
D | gpio-ns9360.c | 70 u32 confval; in __ns9360_gpio_configure() local 72 confval = __raw_readl(conf); in __ns9360_gpio_configure() 73 REGSETIM_IDX(confval, BBU_GCONFx, DIR, gpio & 7, dir); in __ns9360_gpio_configure() 74 REGSETIM_IDX(confval, BBU_GCONFx, INV, gpio & 7, inv); in __ns9360_gpio_configure() 75 REGSETIM_IDX(confval, BBU_GCONFx, FUNC, gpio & 7, func); in __ns9360_gpio_configure() 76 __raw_writel(confval, conf); in __ns9360_gpio_configure()
|