Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Darm_pl180_mmci.c44 return -EILSEQ; in wait_for_command_end()
133 return -EILSEQ; in read_bytes()
195 return -EILSEQ; in write_bytes()
H A Dsh_mmcif.c158 return -EILSEQ; in sh_mmcif_error_manage()
165 return -EILSEQ; in sh_mmcif_error_manage()
169 ret = -EILSEQ; in sh_mmcif_error_manage()
173 ret = -EILSEQ; in sh_mmcif_error_manage()
H A Dmxcmmc.c210 data_error = -EILSEQ; in mxcmci_finish_data()
216 data_error = -EILSEQ; in mxcmci_finish_data()
244 return -EILSEQ; in mxcmci_read_response()
H A Dstm32_sdmmc2.c299 return -EILSEQ; in stm32_sdmmc2_end_cmd()
344 return -EILSEQ; in stm32_sdmmc2_end_data()
H A Dpxa_mmc_gen.c177 return -EILSEQ; in pxa_mmc_cmd_done()
H A Dsh_sdhi.c248 ret = -EILSEQ; in sh_sdhi_error_manage()
258 ret = -EILSEQ; in sh_sdhi_error_manage()
H A Duniphier-sd.c179 return -EILSEQ; in uniphier_sd_check_error()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h92 #define EILSEQ 84 /* Illegal byte sequence */ macro
/rk3399_rockchip-uboot/arch/x86/cpu/tangier/
H A Dsdram.c45 return chksum ? -EILSEQ : 0; in sfi_table_check()
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c98 ERRNO_MSG(EILSEQ, "Illegal byte sequence"),
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c568 return -EILSEQ; in of_property_match_string()
605 return -EILSEQ; in of_property_read_string_helper()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.c477 status = -EILSEQ; in musb_host_packet_rx()
1593 if (d->status != -EILSEQ && d->status != -EOVERFLOW) in musb_host_rx()
1664 d_status = -EILSEQ; in musb_host_rx()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dat91_udc.c832 req->req.status = -EILSEQ; in handle_ep()