Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/pcs/
Dpcs-rzn1-miic.c50 #define MIIC_MODCTRL_CONF_CONV_NUM 6 macro
62 u8 conv[MIIC_MODCTRL_CONF_CONV_NUM];
111 static const char *index_to_string[MIIC_MODCTRL_CONF_CONV_NUM] = {
376 static bool miic_modctrl_match(s8 table_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_modctrl_match() argument
377 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_modctrl_match() argument
381 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_modctrl_match()
393 s8 conf[MIIC_MODCTRL_CONF_CONV_NUM]) in miic_dump_conf() argument
398 for (i = 0; i < MIIC_MODCTRL_CONF_CONV_NUM; i++) { in miic_dump_conf()
409 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM], in miic_match_dt_conf() argument
432 s8 dt_val[MIIC_MODCTRL_CONF_CONV_NUM]; in miic_parse_dt()