Searched refs:SError (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/ata/ |
D | sata_fsl.c | 1091 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() local 1110 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1111 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1112 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1115 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1219 u32 SError; in sata_fsl_host_intr() local 1225 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1247 SError); in sata_fsl_host_intr() 1257 if (unlikely(SError & 0xFFFF0000)) { in sata_fsl_host_intr() 1258 DPRINTK("serror @host_intr : 0x%x\n", SError); in sata_fsl_host_intr()
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | booting.txt | 144 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 147 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|