Searched refs:phymap (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 79 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() argument 109 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 125 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 128 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 148 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 154 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 166 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | encx24j600_hw.h | 13 struct regmap *phymap; member
|
D | encx24j600-regmap.c | 514 ctx->phymap = devm_regmap_init(dev, &phymap_encx24j600, ctx, &phycfg); in devm_regmap_init_encx24j600()
|
D | encx24j600.c | 140 int ret = regmap_read(priv->ctx.phymap, reg, &val); in encx24j600_read_phy() 151 int ret = regmap_write(priv->ctx.phymap, reg, val); in encx24j600_write_phy()
|