Searched refs:SError (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/ata/ |
| H A D | sata_fsl.c | 1058 u32 hstatus, dereg=0, cereg = 0, SError = 0; in sata_fsl_error_intr() 1074 * Handle & Clear SError in sata_fsl_error_intr() 1077 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_error_intr() 1078 if (unlikely(SError & 0xFFFF0000)) in sata_fsl_error_intr() 1079 sata_fsl_scr_write(&ap->link, SCR_ERROR, SError); in sata_fsl_error_intr() 1082 hstatus, cereg, ioread32(hcr_base + DE), SError); in sata_fsl_error_intr() 1186 u32 SError; in sata_fsl_host_intr() 1192 sata_fsl_scr_read(&ap->link, SCR_ERROR, &SError); in sata_fsl_host_intr() 1211 /* Clear SError[E] bit */ in sata_fsl_host_intr() 1213 SError); in sata_fsl_host_intr() 1057 u32 hstatus, dereg=0, cereg = 0, SError = 0; sata_fsl_error_intr() local 1185 u32 SError; sata_fsl_host_intr() local [all...] |
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | booting.txt | 160 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | booting.txt | 164 所有形式的中斷必須在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdm850-samsung-w737.dts | 393 /* No idea why it causes an SError when enabled */
|
| H A D | sdm850-lenovo-yoga-c630.dts | 1011 /* FIXME: qce_start triggers an SError */
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1197 such a way that a real device would generate a physical SError, KVM may make 1198 a virtual SError pending for that VCPU. This system error interrupt remains 1201 Running the VCPU may cause it to take a pending SError, or make an access that 1202 causes an SError to become pending. The event's description is only valid while 1208 guest-visible registers. It is not possible to 'cancel' an SError that has been 1211 A device being emulated in user-space may also wish to generate an SError. To do 1213 should be read first, to ensure no existing SError is pending. If an existing 1214 SError is pending, the architecture's 'Multiple SError interrupts' rules should 1218 SError exception [all...] |