Home
last modified time | relevance | path

Searched refs:EL2NSYNC (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h26 #define EL2NSYNC 45 /* Level 2 not synchronized */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h26 #define EL2NSYNC 45 /* Level 2 not synchronized */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h71 #define EL2NSYNC 95 /* Level 2 not synchronized */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h21 #define EL2NSYNC 38 /* Level 2 not synchronized */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h68 #define EL2NSYNC 89 /* Level 2 not synchronized */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h68 #define EL2NSYNC 89 /* Level 2 not synchronized */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h21 #define EL2NSYNC 38 /* Level 2 not synchronized */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h71 #define EL2NSYNC 95 /* Level 2 not synchronized */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h10 #define EL2NSYNC 38 /* Level 2 not synchronized */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h10 #define EL2NSYNC 38 /* Level 2 not synchronized */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h51 #define EL2NSYNC 45 /* Level 2 not synchronized */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c59 ERRNO_MSG(EL2NSYNC, "Level 2 not synchronized"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc68 E(EL2NSYNC)
/openbmc/linux/lib/
H A Derrname.c74 E(EL2NSYNC),
/openbmc/linux/drivers/comedi/drivers/
H A Dusbduxsigma.c241 if (ret == -EL2NSYNC) in usbduxsigma_ai_handle_urb()
380 if (ret == -EL2NSYNC) in usbduxsigma_ao_handle_urb()
1050 if (ret == -EL2NSYNC) in usbduxsigma_pwm_urb_complete()
H A Dusbdux.c279 if (ret == -EL2NSYNC) in usbduxsub_ai_handle_urb()
426 if (ret == -EL2NSYNC) in usbduxsub_ao_handle_urb()
1197 if (ret == -EL2NSYNC) in usbduxsub_pwm_irq()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c4203 return -EL2NSYNC; in gsm_wait_modem_change()
4277 return -EL2NSYNC; in gsmtty_install()
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c1136 return (sof & UDC_TS_OK) ? (sof & UDC_TS) : -EL2NSYNC; in omap_get_frame()