Searched refs:pbyEtherAddress (Results 1 – 2 of 2) sorted by relevance
307 void SROMvReadEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress) in SROMvReadEtherAddress() argument313 *pbyEtherAddress = SROMbyReadEmbedded(dwIoBase, ii); in SROMvReadEtherAddress()314 pbyEtherAddress++; in SROMvReadEtherAddress()331 void SROMvWriteEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress) in SROMvWriteEtherAddress() argument337 SROMbWriteEmbedded(dwIoBase, ii, *pbyEtherAddress); in SROMvWriteEtherAddress()338 pbyEtherAddress++; in SROMvWriteEtherAddress()
148 void SROMvReadEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress);149 void SROMvWriteEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress);