Home
last modified time | relevance | path

Searched refs:ata_port_warn (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/ata/
Dpata_pcmcia.c144 ata_port_warn(ap, "drained %d bytes to clear DRQ\n", count); in pcmcia_8bit_drain_fifo()
Dsata_fsl.c900 ata_port_warn(ap, "No Device OR PHYRDY change,Hstatus = 0x%x\n", in sata_fsl_hardreset()
914 ata_port_warn(ap, "No Signature Update\n"); in sata_fsl_hardreset()
994 ata_port_warn(ap, "ATA_SRST issue failed\n"); in sata_fsl_softreset()
Dsata_via.c609ata_port_warn(ap, "Incompatible drive: enabling workaround. This slows down transfer rate to ~60 M… in vt6421_error_handler()
Dlibata-sff.c231 ata_port_warn(ap, in ata_sff_busy_sleep()
1463 ata_port_warn(ap, "irq trap\n"); in ata_sff_idle_irq()
1661 ata_port_warn(ap, "lost interrupt (Status 0x%x)\n", in ata_sff_lost_interrupt()
Dsata_nv.c622 ata_port_warn(ap, "timeout waiting for ADMA IDLE, stat=0x%hx\n", in nv_adma_register_mode()
636 ata_port_warn(ap, in nv_adma_register_mode()
666 ata_port_warn(ap, in nv_adma_mode()
Dsata_inic162x.c409 ata_port_warn(ap, "unhandled interrupt: cmd=0x%x irq_stat=0x%x idma_stat=0x%x\n", in inic_host_intr()
Dlibata-acpi.c312 ata_port_warn(ap, "_GTM returned unexpected object type 0x%x\n", in ata_acpi_gtm()
Dsata_mv.c2270 ata_port_warn(ap, "%s transmission error, ifstat=%08x\n", in mv_send_fis()
2596 ata_port_warn(ap, "%s: err_cause=0x%x pp_flags=0x%x\n", in mv_handle_dev_err()
2608 ata_port_warn(ap, "%s: err_cause=0x%x pp_flags=0x%x\n", in mv_handle_dev_err()
Dsata_sil24.c716 ata_port_warn(ap, in sil24_hardreset()
Dlibahci.c338 ata_port_warn(ap, in ahci_read_em_buffer()
2442 ata_port_warn(ap, "%s (%d)\n", emsg, rc); in ahci_port_stop()
/Linux-v4.19/include/linux/
Dlibata.h1432 #define ata_port_warn(ap, fmt, ...) \ macro