Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/pcs/
H A Dpcs-rzn1-miic.c51 #define MIIC_MODCTRL_CONF_CONV_NUM 6 macro
63 u8 conv[MIIC_MODCTRL_CONF_CONV_NUM];
112 static const char *index_to_string[MIIC_MODCTRL_CONF_CONV_NUM] = {
379 static bool miic_modctrl_match(s8 table_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_modctrl_match() argument
380 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_modctrl_match() argument
384 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_modctrl_match()
396 s8 conf[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_dump_conf() argument
401 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_dump_conf()
412 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_match_dt_conf() argument
435 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]; in miic_parse_dt()