Lines Matching refs:pr_probe
316 #define pr_probe(p, fmt, ...) \ macro
1828 pr_probe(p, "Found working ECR register\n"); in parport_ip32_ecp_supported()
1834 pr_probe(p, "ECR register not found\n"); in parport_ip32_ecp_supported()
1870 pr_probe(p, "Unknown implementation ID: 0x%0x\n", in parport_ip32_fifo_supported()
1876 pr_probe(p, "Unsupported PWord size: %u\n", pword); in parport_ip32_fifo_supported()
1880 pr_probe(p, "PWord is %u bits\n", 8 * priv->pword); in parport_ip32_fifo_supported()
1885 pr_probe(p, "Hardware compression detected (unsupported)\n"); in parport_ip32_fifo_supported()
1893 pr_probe(p, "FIFO not reset\n"); in parport_ip32_fifo_supported()
1908 pr_probe(p, "Can't fill FIFO\n"); in parport_ip32_fifo_supported()
1912 pr_probe(p, "Can't get FIFO depth\n"); in parport_ip32_fifo_supported()
1915 pr_probe(p, "FIFO is %u PWords deep\n", priv->fifo_depth); in parport_ip32_fifo_supported()
1925 pr_probe(p, "Invalid data in FIFO\n"); in parport_ip32_fifo_supported()
1935 pr_probe(p, "Data lost in FIFO\n"); in parport_ip32_fifo_supported()
1940 pr_probe(p, "Can't get writeIntrThreshold\n"); in parport_ip32_fifo_supported()
1943 pr_probe(p, "writeIntrThreshold is %u\n", priv->writeIntrThreshold); in parport_ip32_fifo_supported()
1947 pr_probe(p, "Can't empty FIFO\n"); in parport_ip32_fifo_supported()
1972 pr_probe(p, "Can't get readIntrThreshold\n"); in parport_ip32_fifo_supported()
1975 pr_probe(p, "readIntrThreshold is %u\n", priv->readIntrThreshold); in parport_ip32_fifo_supported()
2096 pr_probe(p, "Interrupt support enabled\n"); in parport_ip32_probe_port()
2108 pr_probe(p, "DMA support enabled\n"); in parport_ip32_probe_port()
2118 pr_probe(p, "Hardware support for SPP mode enabled\n"); in parport_ip32_probe_port()
2127 pr_probe(p, "Hardware support for EPP mode enabled\n"); in parport_ip32_probe_port()
2136 pr_probe(p, "Hardware support for ECP mode enabled\n"); in parport_ip32_probe_port()