Home
last modified time | relevance | path

Searched refs:DBGBH (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c39 #define DBGBH(fmt) if (debug_level >= DEBUG_LEVEL_BH) printk fmt macro
483 #ifndef DBGBH
484 #define DBGBH(fmt) macro
1865 DBGBH(("%s bh receive\n", info->device_name)); in bh_handler()
1888 DBGBH(("%s bh status\n", info->device_name)); in bh_handler()
1895 DBGBH(("%s unknown action\n", info->device_name)); in bh_handler()
1899 DBGBH(("%s bh_handler exit\n", info->device_name)); in bh_handler()
1906 DBGBH(("%s bh_transmit\n", info->device_name)); in bh_transmit()
4600 DBGBH(("%s rx frame status=%04X size=%d\n", in rx_get_frame()