Lines Matching refs:device_printf

55 	device_printf(dev, "%s: %s dump start\n", __func__, msg);
58 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n",
66 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]);
69 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]);
72 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n",
78 device_printf(dev, "%s: %s dump end\n", __func__, msg);
94 device_printf(dev, "%s: %s dump start\n", __func__, msg);
97 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x"
106 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]);
109 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]);
112 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x\n",
116 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x\n", i,
120 device_printf(dev,"0x%08x:"
125 device_printf(dev,"0x%08x:"
130 device_printf(dev,"0x%04x: 0x%04x 0x%04x 0x%04x 0x%04x"
137 device_printf(dev, "%s: %s dump end\n", __func__, msg);
153 device_printf(dev, "%s: %s 0x%x dump start\n", __func__, msg, len);
156 device_printf(dev,"0x%08x:"
169 device_printf(dev,"0x%08x: %02x\n", i, buf[0]);
172 device_printf(dev,"0x%08x: %02x %02x\n", i, buf[0], buf[1]);
175 device_printf(dev,"0x%08x: %02x %02x %02x\n",
179 device_printf(dev,"0x%08x: %02x %02x %02x %02x\n", i,
183 device_printf(dev,"0x%08x:"
188 device_printf(dev,"0x%08x:"
193 device_printf(dev,"0x%08x:"
198 device_printf(dev,"0x%08x:"
204 device_printf(dev,"0x%08x:"
211 device_printf(dev,"0x%08x:"
218 device_printf(dev,"0x%08x:"
225 device_printf(dev,"0x%08x:"
232 device_printf(dev,"0x%08x:"
239 device_printf(dev,"0x%08x:"
247 device_printf(dev,"0x%08x:"
258 device_printf(dev, "%s: %s dump end\n", __func__, msg);