Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/pcs/
H A Dpcs-rzn1-miic.c242 u32 conv_speed = 0, val = 0; in miic_link_up() local
252 conv_speed = CONV_MODE_1000MBPS; in miic_link_up()
255 conv_speed = CONV_MODE_100MBPS; in miic_link_up()
258 conv_speed = CONV_MODE_10MBPS; in miic_link_up()
265 val |= FIELD_PREP(MIIC_CONVCTRL_CONV_SPEED, conv_speed); in miic_link_up()