Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/pcs/
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] = {
408 static bool miic_modctrl_match(s8 table_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_modctrl_match() argument
409 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_modctrl_match() argument
413 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_modctrl_match()
425 s8 conf[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_dump_conf() argument
430 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_dump_conf()
441 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_match_dt_conf() argument
464 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]; in miic_parse_dt()