Searched refs:read_reg_le32 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | imsttfb.c | 406 static inline u32 read_reg_le32(volatile u32 __iomem *base, int regindex) in read_reg_le32() function 941 ctrl = read_reg_le32(par->dc_regs, STGCTL); in imsttfb_blank() 1010 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1018 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1019 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1021 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1028 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1029 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1076 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1083 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() [all …]
|