Searched refs:phymap (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_efuse.c | 75 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | encx24j600-regmap.c | 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()
|
H A D | encx24j600_hw.h | 13 struct regmap *phymap; member
|
H A D | encx24j600.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | encx24j600-regmap.c | 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()
|
H A D | encx24j600_hw.h | 13 struct regmap *phymap; member
|
H A D | encx24j600.c | 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()
|
Completed in 9 milliseconds