Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/mediatek/
H A Dphy-mtk-tphy.c320 struct regmap *type_sw; member
1208 instance->type_sw = syscon_node_to_regmap(args.np); in phy_type_syscon_get()
1213 return PTR_ERR_OR_ZERO(instance->type_sw); in phy_type_syscon_get()
1221 if (!instance->type_sw) in phy_type_set()
1243 regmap_update_bits(instance->type_sw, instance->type_sw_reg, in phy_type_set()