Lines Matching defs:dev

44 #include <dev/firewire/firewire_phy.h>
110 device_printf(sc->fc.dev, "phy read failed(1).\n");
121 device_printf(sc->fc.dev, "phy read failed(2).\n");
128 device_printf(sc->fc.dev,
136 fwohci_probe_phy(struct fwohci_softc *sc, device_t dev)
157 device_printf(dev, "invalid speed %d (fixed to %d).\n",
161 device_printf(dev,
169 device_printf(dev, "invalid speed %d (fixed to %d).\n",
173 device_printf(dev,
185 device_printf(dev,
212 fwohci_reset(struct fwohci_softc *sc, device_t dev)
223 device_printf(dev, "resetting OHCI...");
233 fwohci_probe_phy(sc, dev);
240 device_printf(dev, "Link %s, max_rec %d bytes.\n",
246 device_printf(dev, "max_rec %d -> %d\n",
250 device_printf(dev, "BUS_OPT 0x%x -> 0x%x\n", reg, reg2);
270 fwohci_init(struct fwohci_softc *sc, device_t dev)
279 device_printf(dev, "OHCI version %x.%x (ROM=%d)\n",
282 device_printf(dev, "invalid OHCI version\n");
295 device_printf(dev, "No. of Isochronous channels is %d.\n", i);
305 device_printf(dev, "sid_buf alloc failed.");
314 device_printf(dev, "EUI64 %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n",
316 fwohci_reset(sc, dev);
326 device_printf(sc->dev, "Initiate bus reset\n");
380 device_printf(fc->dev, "node_id=0x%08x, gen=%d, ",
383 device_printf(sc->dev, "CYCLEMASTER mode\n");
387 device_printf(sc->dev, "non CYCLEMASTER mode\n");
392 device_printf(fc->dev, "SID Error\n");
395 device_printf(sc->dev, "bus reset phase done\n");
409 device_printf(fc->dev, "INTERRUPT < %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s> 0x%08x, 0x%08x\n",
436 device_printf(fc->dev, "BUS reset\n");
462 device_printf(sc->fc.dev,