Searched refs:SSTATUS (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | imsttfb.c | 88 SSTATUS = 36, /* 0x90 */ enumerator 1011 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1019 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1020 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1022 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1029 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_fillrect() 1030 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_fillrect() 1077 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1084 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x80); in imsttfb_copyarea() 1085 while(read_reg_le32(par->dc_regs, SSTATUS) & 0x40); in imsttfb_copyarea() [all …]
|
/linux-2.6.39/drivers/ata/ |
D | sata_fsl.c | 168 SSTATUS = 0, enumerator
|