Searched refs:MAX_DEBUG_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
4953 #define MAX_DEBUG_BUF_LEN 50 macro5003 char buf[MAX_DEBUG_BUF_LEN]; in reg_debug_voltage_write()5007 if (count < MAX_DEBUG_BUF_LEN) { in reg_debug_voltage_write()5100 char buf[MAX_DEBUG_BUF_LEN]; in reg_debug_voltage_read()5105 ret = snprintf(buf, MAX_DEBUG_BUF_LEN - 1, "%d\n", voltage); in reg_debug_voltage_read()