Home
last modified time | relevance | path

Searched refs:EBADE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c195 return -EBADE; in tps65218_toggle_fseal()
199 return -EBADE; in tps65218_toggle_fseal()
203 return -EBADE; in tps65218_toggle_fseal()
223 return -EBADE; in tps65218_lock_fseal()
/openbmc/u-boot/include/linux/
H A Derrno.h58 #define EBADE 52 /* Invalid exchange */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c66 ERRNO_MSG(EBADE, "Invalid exchange"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc31 E(EBADE)
/openbmc/qemu/scsi/
H A Dutils.c606 case EBADE: in scsi_sense_from_errno()