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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Daty128fb.c670 gen_reset_cntl = aty_ld_le32(GEN_RESET_CNTL);
671 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI);
672 aty_ld_le32(GEN_RESET_CNTL);
673 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI));
674 aty_ld_le32(GEN_RESET_CNTL);
678 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Daty128.h25 #define GEN_RESET_CNTL 0x00f0 macro
309 /* GEN_RESET_CNTL bit constants */

Completed in 72 milliseconds