Lines Matching defs:label
519 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status)
522 label, label[0] ? " " : "", status,
537 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable)
540 label, label[0] ? " " : "", enable,
554 const char *label, u32 command)
558 label, label[0] ? " " : "", command,
572 static int dbg_port_buf(char *buf, unsigned len, const char *label,
595 label, label[0] ? " " : "", port, status,
614 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status)
618 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command)
622 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable)
626 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status)
632 #define dbg_status(oxu, label, status) { \
634 dbg_status_buf(_buf, sizeof _buf, label, status); \
638 #define dbg_cmd(oxu, label, command) { \
640 dbg_command_buf(_buf, sizeof _buf, label, command); \
644 #define dbg_port(oxu, label, port, status) { \
646 dbg_port_buf(_buf, sizeof _buf, label, port, status); \