Lines Matching refs:device_printf
363 device_printf(sc->sc_dev, "GCTRL: 0x%08x\n", in dwc_mmc_update_clock()
365 device_printf(sc->sc_dev, "CLKENA: 0x%08x\n", in dwc_mmc_update_clock()
367 device_printf(sc->sc_dev, "CLKDIV: 0x%08x\n", in dwc_mmc_update_clock()
369 device_printf(sc->sc_dev, "TIMEOUT: 0x%08x\n", in dwc_mmc_update_clock()
371 device_printf(sc->sc_dev, "WIDTH: 0x%08x\n", in dwc_mmc_update_clock()
373 device_printf(sc->sc_dev, "CMD: 0x%08x\n", in dwc_mmc_update_clock()
375 device_printf(sc->sc_dev, "MINT: 0x%08x\n", in dwc_mmc_update_clock()
377 device_printf(sc->sc_dev, "RINT: 0x%08x\n", in dwc_mmc_update_clock()
379 device_printf(sc->sc_dev, "STATUS: 0x%08x\n", in dwc_mmc_update_clock()
609 device_printf(sc->sc_dev, in dwc_mmc_exec_command()
900 device_printf(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n", in dwc_mmc_intr()
922 device_printf(sc->sc_dev, "host controller timeout, mint=0x%08x\n", mint); in dwc_mmc_intr()
924 device_printf(sc->sc_dev, "host controller error, mint=0x%08x\n", mint); in dwc_mmc_intr()
934 device_printf(sc->sc_dev, "unexpected DMA receive interrupt\n"); in dwc_mmc_intr()
942 device_printf(sc->sc_dev, "unexpected command complete interrupt\n"); in dwc_mmc_intr()
951 device_printf(sc->sc_dev, "unexpected data complete interrupt\n"); in dwc_mmc_intr()