Lines Matching defs:DBG
54 #define DBG(dip, format, arg1, arg2, arg3, arg4, arg5) \
58 #define DBG(dip, format, arg1, arg2, arg3, arg4, arg5)
214 DBG(dip, "attach: instance is %d", instance, 0, 0, 0, 0);
230 DBG(dip, "attach: regs=0x%p", (uintptr_t)softc->gp_regs,
232 DBG(dip, "attach: port 1 data is %x",
235 DBG(dip, "attach: port 1 direction is %x",
238 DBG(dip, "attach: port 1 output type is %x",
241 DBG(dip, "attach: port 1 pull up control type is %x",
244 DBG(dip, "attach: port 2 data is %x",
247 DBG(dip, "attach: port 2 direction is %x",
250 DBG(dip, "attach: port 2 output type is %x",
253 DBG(dip, "attach: port 2 pull up control type is %x",
299 DBG(dip, "detach: instance is %d", instance, 0, 0, 0, 0);
324 DBG(NULL, "open: instance is %d", instance, 0, 0, 0, 0);
335 DBG(NULL, "close: instance is %d", instance, 0, 0, 0, 0);
350 DBG(softc->gp_dip, "ioctl: instance is %d", instance, 0, 0, 0, 0);
374 DBG(softc->gp_dip, "ioctl: SET_BITS, byte is %x", byte, 0, 0,
381 DBG(softc->gp_dip, "ioctl: SET_BITS, byte is %x", byte, 0, 0,
386 DBG(softc->gp_dip, "ioctl: CLR_BITS, byte is %x", byte, 0, 0,
393 DBG(softc->gp_dip, "ioctl: CLR_BITS, byte is %x", byte, 0, 0,
398 DBG(softc->gp_dip, "ioctl: GPIO_CMD_GET", 0, 0, 0, 0, 0);
408 DBG(softc->gp_dip, "ioctl: GPIO_CMD_SET", 0, 0, 0, 0, 0);