Lines Matching refs:device_printf
189 device_printf(sc->dev, "IR RX Buffer Full!\n"); in aw_ir_buf_write()
215 device_printf(sc->dev, "sc->dcnt = %d\n", sc->dcnt); in aw_ir_decode_packets()
222 device_printf(sc->dev, "Initial len: %d\n", len); in aw_ir_decode_packets()
234 device_printf(sc->dev, "len = %d\n", len); in aw_ir_decode_packets()
237 device_printf(sc->dev, "Bit separator error\n"); in aw_ir_decode_packets()
254 device_printf(sc->dev, "Bit length error\n"); in aw_ir_decode_packets()
271 device_printf(sc->dev, in aw_ir_decode_packets()
283 device_printf(sc->dev, in aw_ir_decode_packets()
338 device_printf(sc->dev, "RX interrupt status: %x\n", val); in aw_ir_intr()
346 device_printf(sc->dev, in aw_ir_intr()
354 device_printf(sc->dev, in aw_ir_intr()
365 device_printf(sc->dev, "RX Packet end\n"); in aw_ir_intr()
374 device_printf(sc->dev, "Final IR code: %lx\n", in aw_ir_intr()
376 device_printf(sc->dev, "IR code status: %d\n", in aw_ir_intr()
384 device_printf(sc->dev, "RX FIFO overflow\n"); in aw_ir_intr()
420 device_printf(dev, "could not allocate memory resource\n"); in aw_ir_attach()
438 device_printf(dev, "cannot de-assert reset\n"); in aw_ir_attach()
449 device_printf(dev, "Cannot get gate clock\n"); in aw_ir_attach()
454 device_printf(dev, "Cannot get IR clock\n"); in aw_ir_attach()
460 device_printf(dev, "cannot set IR clock rate\n"); in aw_ir_attach()
466 device_printf(dev, "Cannot enable clk gate\n"); in aw_ir_attach()
471 device_printf(dev, "Cannot enable IR clock\n"); in aw_ir_attach()
479 device_printf(dev, "cannot setup interrupt handler\n"); in aw_ir_attach()
524 device_printf(dev, in aw_ir_attach()