Searched refs:SSTATUS (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | imsttfb.c | 86 SSTATUS = 36, /* 0x90 */ enumerator 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(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1082 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_copyarea() [all …]
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | sata_fsl.c | 188 SSTATUS = 0, enumerator
|