Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c26 const char *enet_path, *phy_path; in ft_fixup_enet_phy_connect_type() local
51 phy_path = fdt_get_alias(fdt, phy); in ft_fixup_enet_phy_connect_type()
52 if (!phy_path) in ft_fixup_enet_phy_connect_type()
55 phy_node = fdt_path_offset(fdt, phy_path); in ft_fixup_enet_phy_connect_type()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c5822 static bool _ntfy_wl_rfk(struct rtw89_dev *rtwdev, u8 phy_path, in _ntfy_wl_rfk() argument
5832 wl->rfk_info.path_map = FIELD_GET(BTC_RFK_PATH_MAP, phy_path); in _ntfy_wl_rfk()
5833 wl->rfk_info.phy_map = FIELD_GET(BTC_RFK_PHY_MAP, phy_path); in _ntfy_wl_rfk()
5834 wl->rfk_info.band = FIELD_GET(BTC_RFK_BAND_MAP, phy_path); in _ntfy_wl_rfk()