Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfcfg.h1507 #define IN_PORT_2BYTES(port) (*(hcf_16 *)(port)) macro
1511 hcf_16 word = IN_PORT_2BYTES(port);
1517 (((swap_var = IN_PORT_2BYTES(port)) >> 8) + (((swap_var) & 0xff) << 8))