Home
last modified time | relevance | path

Searched refs:drv_odt_msg (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc_dbg.c103 static const char *const drv_odt_msg[] = { variable
462 for (i = 0; i < ARRAY_SIZE(drv_odt_msg); i++) { in drvodt_proc_show()
464 seq_printf(m, "[%2d]%s: NULL (unknown) %c\n", i, drv_odt_msg[i], in drvodt_proc_show()
467 seq_printf(m, "[%2d]%s: %d (unknown) %c\n", i, drv_odt_msg[i], *(p_uint + (i * 0x3)), in drvodt_proc_show()
469 } else if (i < (ARRAY_SIZE(drv_odt_msg) - 0x2)) { in drvodt_proc_show()
470 seq_printf(m, "[%2d]%s: %d (%d ohm) %c\n", i, drv_odt_msg[i], *(p_uint + (i * 0x3)), in drvodt_proc_show()
473 seq_printf(m, "[%2d]%s: %d (%d %%) %c\n", i, drv_odt_msg[i], *(p_uint + (i * 0x3)), in drvodt_proc_show()
564 if (offset >= ARRAY_SIZE(drv_odt_msg)) { in drvodt_proc_write()
569 offset = array_index_nospec(offset, ARRAY_SIZE(drv_odt_msg) * 3); in drvodt_proc_write()

Completed in 2 milliseconds