Searched refs:phymap (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/microchip/ |
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()
|
A D | encx24j600_hw.h | 13 struct regmap *phymap; member
|
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()
|
/linux/drivers/staging/r8188eu/hal/ |
A D | rtl8188e_hal_init.c | 68 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument 100 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 116 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 119 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 139 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 145 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 157 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical()
|
Completed in 18 milliseconds