Searched refs:DBG3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | nozomi.c | 68 #define DBG3(args...) DBG_(0x04, ##args) macro 577 DBG3("signature: 0x%08X", dc->config_table.signature); in dump_table() 578 DBG3("version: 0x%04X", dc->config_table.version); in dump_table() 579 DBG3("product_information: 0x%04X", \ in dump_table() 581 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table() 582 DBG3("toggle up_mdm: %d", dc->config_table.toggle.mdm_ul); in dump_table() 583 DBG3("toggle dl_mdm: %d", dc->config_table.toggle.mdm_dl); in dump_table() 584 DBG3("toggle dl_dbg: %d", dc->config_table.toggle.diag_dl); in dump_table() 586 DBG3("dl_start: 0x%04X", dc->config_table.dl_start); in dump_table() 587 DBG3("dl_mdm_len0: 0x%04X, %d", dc->config_table.dl_mdm_len1, in dump_table() [all …]
|