Searched refs:DBG3 (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/tty/ |
D | nozomi.c | 82 #define DBG3(args...) D_(0x04, ##args) macro 611 DBG3("signature: 0x%08X", dc->config_table.signature); in dump_table() 612 DBG3("version: 0x%04X", dc->config_table.version); in dump_table() 613 DBG3("product_information: 0x%04X", \ in dump_table() 615 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table() 616 DBG3("toggle up_mdm: %d", dc->config_table.toggle.mdm_ul); in dump_table() 617 DBG3("toggle dl_mdm: %d", dc->config_table.toggle.mdm_dl); in dump_table() 618 DBG3("toggle dl_dbg: %d", dc->config_table.toggle.diag_dl); in dump_table() 620 DBG3("dl_start: 0x%04X", dc->config_table.dl_start); in dump_table() 621 DBG3("dl_mdm_len0: 0x%04X, %d", dc->config_table.dl_mdm_len1, in dump_table() [all …]
|