Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_efuse.c95 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument
127 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
143 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
146 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
166 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
172 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
184 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
/linux-4.4.14/drivers/net/ethernet/microchip/
Dencx24j600_hw.h12 struct regmap *phymap; member
Dencx24j600-regmap.c509 ctx->phymap = devm_regmap_init(dev, &phymap_encx24j600, ctx, &phycfg); in devm_regmap_init_encx24j600()
Dencx24j600.c137 int ret = regmap_read(priv->ctx.phymap, reg, &val); in encx24j600_read_phy()
147 int ret = regmap_write(priv->ctx.phymap, reg, val); in encx24j600_write_phy()