Searched defs:aty_st_le32 (Results 1 - 2 of 2) sorted by relevance
/drivers/video/aty/ |
H A D | atyfb.h | 240 static inline void aty_st_le32(int regindex, u32 val, const struct atyfb_par *par) function
|
H A D | aty128fb.c | 521 #define aty_st_le32(regindex, val) _aty_st_le32(regindex, val, par) macro 545 aty_st_le32(CLOCK_CNTL_DATA, val); 590 aty_st_le32(BIOS_0_SCRATCH, 0x55555555); 592 aty_st_le32(BIOS_0_SCRATCH, 0xAAAAAAAA); 598 aty_st_le32(BIOS_0_SCRATCH, val); // restore value 656 aty_st_le32(PC_NGUI_CTLSTAT, tmp); 676 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl | SOFT_RESET_GUI); 678 aty_st_le32(GEN_RESET_CNTL, gen_reset_cntl & ~(SOFT_RESET_GUI)); 682 aty_st_le32(CLOCK_CNTL_INDEX, clock_cntl_index); 683 aty_st_le32(GEN_RESET_CNT [all...] |
Completed in 14 milliseconds