Searched refs:read_reg_le32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | imsttfb.c | 404 static inline u32 read_reg_le32(volatile u32 __iomem *base, int regindex) in read_reg_le32() function 939 ctrl = read_reg_le32(par->dc_regs, STGCTL); in imsttfb_blank() 1008 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1016 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1017 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1019 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1026 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1027 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1074 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1081 while(read_reg_le32(pa in imsttfb_copyarea() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | imsttfb.c | 405 static inline u32 read_reg_le32(volatile u32 __iomem *base, int regindex) in read_reg_le32() function 940 ctrl = read_reg_le32(par->dc_regs, STGCTL); in imsttfb_blank() 1009 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1017 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1018 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1020 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1027 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1028 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1075 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1082 while(read_reg_le32(pa in imsttfb_copyarea() [all...] |
Completed in 4 milliseconds