Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/vt6655/
Dupc.h53 #define VNSvInPortD(dwIOAddress, pdwData) { \ argument
54 *(pdwData) = inl(dwIOAddress); \
89 #define VNSvInPortD(dwIOAddress, pdwData) { \ argument
91 *(pdwData) = readl(pdwAddr); \
125 #define PCBvInPortD(dwIOAddress, pdwData) { \ argument
126 *(pdwData) = inl(dwIOAddress); \
/linux-3.4.99/drivers/staging/vt6656/
Dupc.h53 #define VNSvInPortD(dwIOAddress, pdwData) { \ argument
54 *(pdwData) = inl(dwIOAddress); \
89 #define VNSvInPortD(dwIOAddress, pdwData) { \ argument
91 *(pdwData) = readl(pdwAddr); \
125 #define PCBvInPortD(dwIOAddress, pdwData) { \ argument
126 *(pdwData) = inl(dwIOAddress); \
/linux-3.4.99/drivers/staging/bcm/
DPrototypes.h144 INT ReadBeceemEEPROM(PMINI_ADAPTER Adapter,UINT dwAddress, UINT *pdwData);
Dnvm.c52 static INT ReadBeceemEEPROMBulk(PMINI_ADAPTER Adapter,UINT dwAddress, UINT *pdwData, UINT dwNumData…
133 DWORD *pdwData, in ReadBeceemEEPROMBulk() argument
217 pvalue = (PUCHAR)(pdwData + dwIndex); in ReadBeceemEEPROMBulk()