Home
last modified time | relevance | path

Searched refs:serror (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dtbldo.S29 |xref serror,sone,szero,sinf,snzrinx
63 .long serror |$01-5 fint ERROR
64 .long serror |$01-6 fint ERROR
65 .long serror |$01-7 fint ERROR
72 .long serror |$02-5 fsinh ERROR
73 .long serror |$02-6 fsinh ERROR
74 .long serror |$02-7 fsinh ERROR
81 .long serror |$03-5 fintrz ERROR
82 .long serror |$03-6 fintrz ERROR
83 .long serror |$03-7 fintrz ERROR
[all …]
H A Ddo_func.S79 bge serror |it is illegal
93 .global serror symbol
94 serror: label
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Derr_titan.c74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument
108 if (!(serror & TITAN__PCHIP_SERROR__ERRMASK)) in titan_parse_p_serror()
116 err_print_prefix, which, serror); in titan_parse_p_serror()
117 if (serror & TITAN__PCHIP_SERROR__ECCMASK) { in titan_parse_p_serror()
122 (serror & TITAN__PCHIP_SERROR__UECC) ? "Unc" : "C", in titan_parse_p_serror()
123 serror_src[EXTRACT(serror, TITAN__PCHIP_SERROR__SRC)], in titan_parse_p_serror()
124 serror_cmd[EXTRACT(serror, TITAN__PCHIP_SERROR__CMD)], in titan_parse_p_serror()
125 (unsigned)EXTRACT(serror, TITAN__PCHIP_SERROR__SYN), in titan_parse_p_serror()
126 EXTRACT(serror, TITAN__PCHIP_SERROR__ADDR)); in titan_parse_p_serror()
128 if (serror & TITAN__PCHIP_SERROR__NXIO) in titan_parse_p_serror()
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-eh.c1509 u32 serror = ehc->i.serror; in ata_eh_analyze_serror() local
1513 if (serror & (SERR_PERSISTENT | SERR_DATA)) { in ata_eh_analyze_serror()
1517 if (serror & SERR_PROTOCOL) { in ata_eh_analyze_serror()
1521 if (serror & SERR_INTERNAL) { in ata_eh_analyze_serror()
1538 if (serror & hotplug_mask) in ata_eh_analyze_serror()
1929 u32 serror; in ata_eh_link_autopsy() local
1938 rc = sata_scr_read(link, SCR_ERROR, &serror); in ata_eh_link_autopsy()
1940 ehc->i.serror |= serror; in ata_eh_link_autopsy()
2263 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2270 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
[all …]
H A Dsata_via.c550 u32 serror; in vt642x_interrupt() local
555 svia_scr_read(&host->ports[0]->link, SCR_ERROR, &serror); in vt642x_interrupt()
556 if (serror & SERR_PHYRDY_CHG) { in vt642x_interrupt()
562 svia_scr_read(&host->ports[1]->link, SCR_ERROR, &serror); in vt642x_interrupt()
563 if (serror & SERR_PHYRDY_CHG) { in vt642x_interrupt()
578 u32 serror; in vt6421_error_handler() local
582 svia_scr_read(&ap->link, SCR_ERROR, &serror); in vt6421_error_handler()
583 if (serror == 0x1000500) { in vt6421_error_handler()
H A Dsata_sil.c427 u32 serror = 0xffffffff; in sil_host_intr() local
433 sil_scr_read(&ap->link, SCR_ERROR, &serror); in sil_host_intr()
434 sil_scr_write(&ap->link, SCR_ERROR, serror); in sil_host_intr()
439 if (serror & SERR_PHYRDY_CHG) { in sil_host_intr()
440 ap->link.eh_info.serror |= serror; in sil_host_intr()
H A Dsata_rcar.c682 u32 serror; in sata_rcar_serr_interrupt() local
684 serror = ioread32(priv->base + SCRSERR_REG); in sata_rcar_serr_interrupt()
685 if (!serror) in sata_rcar_serr_interrupt()
688 DPRINTK("SError @host_intr: 0x%x\n", serror); in sata_rcar_serr_interrupt()
693 if (serror & (SERR_DEV_XCHG | SERR_PHYRDY_CHG)) { in sata_rcar_serr_interrupt()
698 freeze = serror & SERR_COMM_WAKE ? 0 : 1; in sata_rcar_serr_interrupt()
H A Dsata_nv.c2050 u32 serror; in nv_swncq_hotplug() local
2056 sata_scr_read(&ap->link, SCR_ERROR, &serror); in nv_swncq_hotplug()
2057 sata_scr_write(&ap->link, SCR_ERROR, serror); in nv_swncq_hotplug()
2068 ehi->serror |= serror; in nv_swncq_hotplug()
2192 u32 serror; in nv_swncq_host_interrupt() local
2211 if (ap->ops->scr_read(&ap->link, SCR_ERROR, &serror)) in nv_swncq_host_interrupt()
2213 ap->ops->scr_write(&ap->link, SCR_ERROR, serror); in nv_swncq_host_interrupt()
2219 ehi->serror |= serror; in nv_swncq_host_interrupt()
H A Dlibata-sata.c300 u32 scontrol, serror; in sata_link_resume() local
342 if (!(rc = sata_scr_read(link, SCR_ERROR, &serror))) in sata_link_resume()
343 rc = sata_scr_write(link, SCR_ERROR, serror); in sata_link_resume()
419 ehc->i.serror &= ~SERR_PHYRDY_CHG; in sata_link_scr_lpm()
H A Dsata_dwc_460ex.c463 u32 serror; in sata_dwc_error_intr() local
468 sata_dwc_scr_read(&ap->link, SCR_ERROR, &serror); in sata_dwc_error_intr()
475 __func__, serror, intpr, status, hsdevp->dma_interrupt_count, in sata_dwc_error_intr()
488 ehi->serror |= serror; in sata_dwc_error_intr()
H A Dsata_promise.c858 u32 serror; in pdc_error_intr() local
860 pdc_sata_scr_read(&ap->link, SCR_ERROR, &serror); in pdc_error_intr()
861 ehi->serror |= serror; in pdc_error_intr()
H A Dlibahci.c1705 u32 serror; in ahci_error_intr() local
1734 ahci_scr_read(&ap->link, SCR_ERROR, &serror); in ahci_error_intr()
1735 ahci_scr_write(&ap->link, SCR_ERROR, serror); in ahci_error_intr()
1736 host_ehi->serror |= serror; in ahci_error_intr()
1753 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
H A Dlibata-core.c3600 u32 serror; in ata_std_postreset() local
3605 if (!sata_scr_read(link, SCR_ERROR, &serror)) in ata_std_postreset()
3606 sata_scr_write(link, SCR_ERROR, serror); in ata_std_postreset()
H A Dsata_mv.c2738 ehi->serror |= serr; in mv_err_intr()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsbutils.c716 uint32 inband = 0, serror = 0, timeout = 0; in sb_taclear() local
739 serror = stcmd & PCI_SBIM_STATUS_SERR; in sb_taclear()
740 if (serror) { in sb_taclear()
814 serror = 1; in sb_taclear()
825 if (inband | timeout | serror) { in sb_taclear()
828 inband, serror, timeout)); in sb_taclear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsbutils.c716 uint32 inband = 0, serror = 0, timeout = 0; in sb_taclear() local
739 serror = stcmd & PCI_SBIM_STATUS_SERR; in sb_taclear()
740 if (serror) { in sb_taclear()
814 serror = 1; in sb_taclear()
825 if (inband | timeout | serror) { in sb_taclear()
828 inband, serror, timeout)); in sb_taclear()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dmvsata_ide.c27 u32 serror; member
H A Dfsl_sata.h39 u32 serror; /* SATA interface error register */ member
H A Dfsl_sata.c192 val32 = in_le32(&reg->serror); in init_sata()
193 out_le32(&reg->serror, val32); in init_sata()
280 printf("SError: %08x\n\r", in_le32(&reg->serror)); in fsl_sata_dump_regs()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_titan.h90 titan_64 serror; member
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py453 sread, swrite, serror = select.select(socklist, [], [], 5)
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h747 u32 serror; /* SError from LLDD */ member