Searched refs:phy_cfgs (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c1106 const struct rockchip_usb3phy_port_cfg *phy_cfgs; local
1113 phy_cfgs = of_device_get_match_data(dev);
1114 if (!phy_cfgs) {
1125 while (phy_cfgs[index].reg) {
1126 if (phy_cfgs[index].reg == res->start) {
1127 tcphy->port_cfgs = &phy_cfgs[index];
H A Dphy-rockchip-inno-usb2.c1328 const struct rockchip_usb2phy_cfg *phy_cfgs; local
1376 phy_cfgs = device_get_match_data(dev);
1382 if (!phy_cfgs)
1392 if (phy_cfgs[index].reg == reg) {
1393 rphy->phy_cfg = &phy_cfgs[index];
1398 } while (phy_cfgs[index].reg);

Completed in 132 milliseconds