Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dpata_pdc2027x.c42 #define PDPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) macro
44 #define PDPRINTK(fmt, args...) macro
223 PDPRINTK("No cable or 80-conductor cable on port %d\n", ap->port_no); in pdc2027x_cable_detect()
301 PDPRINTK("adev->pio_mode[%X]\n", adev->pio_mode); in pdc2027x_set_piomode()
311 PDPRINTK("Set pio regs... \n"); in pdc2027x_set_piomode()
324 PDPRINTK("Set pio regs done\n"); in pdc2027x_set_piomode()
326 PDPRINTK("Set to pio mode[%u] \n", pio); in pdc2027x_set_piomode()
359 PDPRINTK("Set udma regs... \n"); in pdc2027x_set_dmamode()
368 PDPRINTK("Set udma regs done\n"); in pdc2027x_set_dmamode()
370 PDPRINTK("Set to udma mode[%u] \n", udma_mode); in pdc2027x_set_dmamode()
[all …]