Searched refs:DBG3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | nozomi.c | 65 #define DBG3(args...) DBG_(0x04, ##args) macro 564 DBG3("signature: 0x%08X", dc->config_table.signature); in dump_table() 565 DBG3("version: 0x%04X", dc->config_table.version); in dump_table() 566 DBG3("product_information: 0x%04X", \ in dump_table() 568 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table() 569 DBG3("toggle up_mdm: %d", dc->config_table.toggle.mdm_ul); in dump_table() 570 DBG3("toggle dl_mdm: %d", dc->config_table.toggle.mdm_dl); in dump_table() 571 DBG3("toggle dl_dbg: %d", dc->config_table.toggle.diag_dl); in dump_table() 573 DBG3("dl_start: 0x%04X", dc->config_table.dl_start); in dump_table() 574 DBG3("dl_mdm_len0: 0x%04X, %d", dc->config_table.dl_mdm_len1, in dump_table() [all …]
|