Home | History | Annotate | Download | only in sunxi

Lines Matching refs:device_printf

374 		device_printf(sc->sc_dev, "xfer failed, status=%08x\n", val);
448 device_printf(sc->sc_dev, "no device detected\n");
461 device_printf(sc->sc_dev, "reset failed (1.3)\n");
669 device_printf(sc->sc_dev, "failed to read EDID\n");
672 device_printf(sc->sc_dev, "failed to parse EDID\n");
688 device_printf(sc->sc_dev, "%s mode (%s)\n",
735 device_printf(sc->sc_dev,
742 device_printf(sc->sc_dev, "EDID block #%d:\n", n);
750 device_printf(sc->sc_dev, " Tag %d, Revision %d, Offset %d\n",
752 device_printf(sc->sc_dev, " Flags: 0x%02x\n", edid[3]);
771 device_printf(sc->sc_dev, " CEA data block @ %d\n", p);
772 device_printf(sc->sc_dev, " Tag %d, Length %d\n",
787 device_printf(sc->sc_dev, " ID: %02x%02x%02x\n",
853 device_printf(sc->sc_dev,
856 device_printf(sc->sc_dev, "h: %u %u %u %u\n",
858 device_printf(sc->sc_dev, "v: %u %u %u %u\n",
892 device_printf(sc->sc_dev, "parent rate: %d\n", parent_rate);
893 device_printf(sc->sc_dev, "dot_clock: %d\n", mode->dot_clock);
894 device_printf(sc->sc_dev, "clkdiv: %d\n", best_div);
895 device_printf(sc->sc_dev, "clkdbl: %c\n", (best_dbl == 1) ? 'Y' : 'N');
899 device_printf(sc->sc_dev, "ERROR: TCON clk not configured\n");
1087 device_printf(sc->sc_dev, "display connected\n");
1091 device_printf(sc->sc_dev, "display disconnected\n");
1154 device_printf(sc->sc_dev, "INT_STATUS %08X\n", intsts);