Searched defs:IN_PORT_STRING_32 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | hcfcfg.h | 466 #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
|
D | hcf.c | 163 void IN_PORT_STRING_32( hcf_io prt, hcf_32 FAR * dst, int n) { in IN_PORT_STRING_32() function
|