Searched refs:anw6410_extdev_status (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dmach-anw6410.c59 * It can not be read. So current status must be kept in anw6410_extdev_status.
67 static __u32 anw6410_extdev_status; variable
110 anw6410_extdev_status |= (ANW6410_EN_LCD << 16);
111 __raw_writel(anw6410_extdev_status, ANW6410_VA_EXTDEV);
116 anw6410_extdev_status &= ~(ANW6410_EN_LCD << 16);
117 __raw_writel(anw6410_extdev_status, ANW6410_VA_EXTDEV);
161 anw6410_extdev_status |= (ANW6410_EN_DM9000 << 16);
162 __raw_writel(anw6410_extdev_status, ANW6410_VA_EXTDEV);

Completed in 47 milliseconds