Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c86 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument
114 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
129 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
132 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
152 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
158 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
170 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
/linux-5.19.10/drivers/net/ethernet/microchip/
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()
Dencx24j600_hw.h13 struct regmap *phymap; member
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()