Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/mediatek/
Dphy-mtk-tphy.c336 struct regmap *type_sw; member
1003 instance->type_sw = syscon_node_to_regmap(args.np); in phy_type_syscon_get()
1008 return PTR_ERR_OR_ZERO(instance->type_sw); in phy_type_syscon_get()
1016 if (!instance->type_sw) in phy_type_set()
1038 regmap_update_bits(instance->type_sw, instance->type_sw_reg, mask, type); in phy_type_set()