Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfcfg.h470 #define OUT_PORT_STRING_32(port, addr, len) { \ macro
654 #define OUT_PORT_STRING_32( port, addr, n) { int n2 = 2*n; OUT_PORT_STRING_8_16(port, addr, n2) } macro
927 #define OUT_PORT_STRING_32(port, src, n) outsl((port), (src), (n)) macro
Dhcf.c201 void OUT_PORT_STRING_32( hcf_io prt, hcf_32 FAR * src, int n) { in OUT_PORT_STRING_32() function