Searched defs:OUT_PORT_DWORD (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcfcfg.h460 #define OUT_PORT_DWORD(port, value) NdisRawWritePortUlong((ULONG) (port) , value) macro
869 #define OUT_PORT_DWORD(port, value) OUT_PORT_HCF32(port, value) macro
1099 #define OUT_PORT_DWORD(port, value) outl( (hcf_io)(port), (hcf_16)(value) ) macro
1690 #define OUT_PORT_DWORD(port, value) (sysOutLong( (hcf_io)(port), (hcf_16)(value) )) macro

Completed in 94 milliseconds