Home
last modified time | relevance | path

Searched refs:pbyEtherAddress (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Dsrom.c144 void SROMvReadEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress) in SROMvReadEtherAddress() argument
150 *pbyEtherAddress = SROMbyReadEmbedded(dwIoBase, ii); in SROMvReadEtherAddress()
151 pbyEtherAddress++; in SROMvReadEtherAddress()
Dsrom.h99 unsigned char *pbyEtherAddress);