Searched refs:SError (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/ata/ |
D | sata_fsl.c | 984 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() local 1003 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1004 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1005 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1008 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1112 u32 SError; in sata_fsl_host_intr() local 1116 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1118 if (unlikely(SError & 0xFFFF0000)) { in sata_fsl_host_intr() 1119 DPRINTK("serror @host_intr : 0x%x\n", SError); in sata_fsl_host_intr()
|