Home
last modified time | relevance | path

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

/linux/drivers/phy/starfive/
H A Dphy-jh7110-dphy-tx.c99 static const struct stf_dphy_config reg_configs[] = { variable
204 for (i = 0; i < ARRAY_SIZE(reg_configs); i++) { in stf_dphy_get_config_index()
205 if (reg_configs[i].bitrate == bitrate) in stf_dphy_get_config_index()
235 const struct stf_dphy_config *p = reg_configs; in stf_dphy_configure()