Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_atp867x.c158 ata_port_warn(ap, "ATP867X: active %dclk is invalid. " in atp867x_get_active_clocks_shifted()
192 ata_port_warn(ap, "ATP867X: recover %dclk is invalid. " in atp867x_get_recover_clocks_shifted()
H A Dpata_pcmcia.c131 ata_port_warn(ap, "drained %d bytes to clear DRQ\n", count); in pcmcia_8bit_drain_fifo()
H A Dsata_fsl.c881 ata_port_warn(ap, "No Device OR PHYRDY change,Hstatus = 0x%x\n", in sata_fsl_hardreset()
895 ata_port_warn(ap, "No Signature Update\n"); in sata_fsl_hardreset()
970 ata_port_warn(ap, "ATA_SRST issue failed\n"); in sata_fsl_softreset()
H A Dsata_via.c584ata_port_warn(ap, "Incompatible drive: enabling workaround. This slows down transfer rate to ~60 M… in vt6421_error_handler()
H A Dsata_nv.c613 ata_port_warn(ap, "timeout waiting for ADMA IDLE, stat=0x%hx\n", in nv_adma_register_mode()
627 ata_port_warn(ap, in nv_adma_register_mode()
657 ata_port_warn(ap, in nv_adma_mode()
H A Dsata_inic162x.c415 ata_port_warn(ap, "unhandled interrupt: cmd=0x%x irq_stat=0x%x idma_stat=0x%x\n", in inic_host_intr()
H A Dlibata-acpi.c313 ata_port_warn(ap, "_GTM returned unexpected object type 0x%x\n", in ata_acpi_gtm()
H A Dlibata-sff.c1386 ata_port_warn(ap, "irq trap\n"); in ata_sff_idle_irq()
1584 ata_port_warn(ap, "lost interrupt (Status 0x%x)\n", status); in ata_sff_lost_interrupt()
H A Dsata_sil24.c706 ata_port_warn(ap, in sil24_hardreset()
H A Dsata_mv.c2225 ata_port_warn(ap, "%s transmission error, ifstat=%08x\n", in mv_send_fis()
2551 ata_port_warn(ap, "%s: err_cause=0x%x pp_flags=0x%x\n", in mv_handle_dev_err()
2563 ata_port_warn(ap, "%s: err_cause=0x%x pp_flags=0x%x\n", in mv_handle_dev_err()
H A Dlibahci.c343 ata_port_warn(ap, in ahci_read_em_buffer()
2597 ata_port_warn(ap, "%s (%d)\n", emsg, rc); in ahci_port_stop()
/openbmc/linux/include/linux/
H A Dlibata.h1486 #define ata_port_warn(ap, fmt, ...) \ macro