Home
last modified time | relevance | path

Searched defs:IN_PORT_STRING_32 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfcfg.h466 #define IN_PORT_STRING_32(port, addr, len) { \ macro
653 #define IN_PORT_STRING_32( port, addr, n) { int n2 = 2*n; IN_PORT_STRING_8_16(port, addr, n2) } macro
926 #define IN_PORT_STRING_32(port, dst, n) insl((port), (dst), (n)) macro
Dhcf.c163 void IN_PORT_STRING_32( hcf_io prt, hcf_32 FAR * dst, int n) { in IN_PORT_STRING_32() function