Lines Matching refs:pr_probe

303 #define pr_probe(p, fmt, ...)						\  macro
1817 pr_probe(p, "Found working ECR register\n"); in parport_ip32_ecp_supported()
1823 pr_probe(p, "ECR register not found\n"); in parport_ip32_ecp_supported()
1859 pr_probe(p, "Unknown implementation ID: 0x%0x\n", in parport_ip32_fifo_supported()
1865 pr_probe(p, "Unsupported PWord size: %u\n", pword); in parport_ip32_fifo_supported()
1869 pr_probe(p, "PWord is %u bits\n", 8 * priv->pword); in parport_ip32_fifo_supported()
1874 pr_probe(p, "Hardware compression detected (unsupported)\n"); in parport_ip32_fifo_supported()
1882 pr_probe(p, "FIFO not reset\n"); in parport_ip32_fifo_supported()
1897 pr_probe(p, "Can't fill FIFO\n"); in parport_ip32_fifo_supported()
1901 pr_probe(p, "Can't get FIFO depth\n"); in parport_ip32_fifo_supported()
1904 pr_probe(p, "FIFO is %u PWords deep\n", priv->fifo_depth); in parport_ip32_fifo_supported()
1914 pr_probe(p, "Invalid data in FIFO\n"); in parport_ip32_fifo_supported()
1924 pr_probe(p, "Data lost in FIFO\n"); in parport_ip32_fifo_supported()
1929 pr_probe(p, "Can't get writeIntrThreshold\n"); in parport_ip32_fifo_supported()
1932 pr_probe(p, "writeIntrThreshold is %u\n", priv->writeIntrThreshold); in parport_ip32_fifo_supported()
1936 pr_probe(p, "Can't empty FIFO\n"); in parport_ip32_fifo_supported()
1961 pr_probe(p, "Can't get readIntrThreshold\n"); in parport_ip32_fifo_supported()
1964 pr_probe(p, "readIntrThreshold is %u\n", priv->readIntrThreshold); in parport_ip32_fifo_supported()
2083 pr_probe(p, "Interrupt support enabled\n"); in parport_ip32_probe_port()
2094 pr_probe(p, "DMA support enabled\n"); in parport_ip32_probe_port()
2104 pr_probe(p, "Hardware support for SPP mode enabled\n"); in parport_ip32_probe_port()
2113 pr_probe(p, "Hardware support for EPP mode enabled\n"); in parport_ip32_probe_port()
2122 pr_probe(p, "Hardware support for ECP mode enabled\n"); in parport_ip32_probe_port()