Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dmiiphyutil.c147 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()
191 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()
194 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname()
195 return bus->phymap[i]; in mdio_phydev_for_ethname()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_efuse.c75 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument
111 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
127 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
130 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
150 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
156 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
168 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c656 bus->phymap[addr] = dev; in phy_device_create()
720 if (bus->phymap[addr]) { in search_for_existing_phy()
721 bus->phymap[addr]->interface = interface; in search_for_existing_phy()
722 return bus->phymap[addr]; in search_for_existing_phy()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c508 ctx->phymap = devm_regmap_init(dev, &phymap_encx24j600, ctx, &phycfg); in devm_regmap_init_encx24j600()
509 if (IS_ERR(ctx->phymap)) in devm_regmap_init_encx24j600()
510 return PTR_ERR(ctx->phymap); in devm_regmap_init_encx24j600()
H A Dencx24j600_hw.h13 struct regmap *phymap; member
H A Dencx24j600.c135 int ret = regmap_read(priv->ctx.phymap, reg, &val); in encx24j600_read_phy()
146 int ret = regmap_write(priv->ctx.phymap, reg, val); in encx24j600_write_phy()
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-net.c46 if (bus->phymap[i]) in get_current_phydev()
47 return bus->phymap[i]; in get_current_phydev()
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h66 struct phy_device *phymap[PHY_MAX_ADDR]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_hal_init.c101 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument
135 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
159 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
165 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
188 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
199 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
216 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c102 efuse_phymap_to_logical(u8 * phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument
138 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
167 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
174 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
206 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
217 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
234 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()