Searched defs:aty_ld_le32 (Results 1 - 2 of 2) sorted by relevance

/drivers/video/fbdev/aty/
H A Datyfb.h227 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par) function
351 while ((aty_ld_le32(FIFO_STAT, par) & 0xffff) >
358 while ((aty_ld_le32(GUI_STAT, par) & 1) != 0);
H A Daty128fb.c569 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, par) macro
586 return aty_ld_le32(CLOCK_CNTL_DATA);
637 val = aty_ld_le32(BIOS_0_SCRATCH);
640 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) {
643 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA)
661 par->fifo_slots = aty_ld_le32(GUI_STAT) & 0x0fff;
678 if (!(aty_ld_le32(GUI_STAT) & (1 << 31))) {
702 tmp = aty_ld_le32(PC_NGUI_CTLSTAT);
708 if (!(aty_ld_le32(PC_NGUI_CTLSTAT) & PC_BUSY))
719 clock_cntl_index = aty_ld_le32(CLOCK_CNTL_INDE
[all...]

Completed in 67 milliseconds