Searched refs:phymap (Results 1 – 4 of 4) sorted by relevance
86 efuse_phymap_to_logical(u8 *phymap, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument113 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()155 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()166 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
508 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()
13 struct regmap *phymap; member
135 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()