Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c27 const char *enet_path, *phy_path; in ft_fixup_enet_phy_connect_type() local
52 phy_path = fdt_get_alias(fdt, phy); in ft_fixup_enet_phy_connect_type()
53 if (!phy_path) in ft_fixup_enet_phy_connect_type()
56 phy_node = fdt_path_offset(fdt, phy_path); in ft_fixup_enet_phy_connect_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c1455 static u8 _ntfy_wl_rfk(struct btc_t *btc, u8 phy_path, u8 type, u8 state) in _ntfy_wl_rfk() argument
1462 wl->rfk_info.path_map = phy_path & BTC_RFK_PATH_MAP; in _ntfy_wl_rfk()
1463 wl->rfk_info.phy_map = (phy_path & BTC_RFK_PHY_MAP) >> 4; in _ntfy_wl_rfk()
1464 wl->rfk_info.band = (phy_path & BTC_RFK_BAND_MAP) >> 6; in _ntfy_wl_rfk()
H A Dhal_btc.h1320 static u8 _ntfy_wl_rfk(struct btc_t *btc, u8 phy_path, u8 type, u8 state);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1501 static u8 _ntfy_wl_rfk(struct btc_t *btc, u8 phy_path, u8 type, u8 state) in _ntfy_wl_rfk() argument
1508 wl->rfk_info.path_map = phy_path & BTC_RFK_PATH_MAP; in _ntfy_wl_rfk()
1509 wl->rfk_info.phy_map = (phy_path & BTC_RFK_PHY_MAP) >> 4; in _ntfy_wl_rfk()
1510 wl->rfk_info.band = (phy_path & BTC_RFK_BAND_MAP) >> 6; in _ntfy_wl_rfk()
H A Dhal_btc.h1326 static u8 _ntfy_wl_rfk(struct btc_t *btc, u8 phy_path, u8 type, u8 state);