Searched refs:IN_PORT_STRING_8_16 (Results 1 - 2 of 2) 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.h116 /***************************** IN_PORT_STRING_8_16 S a m p l e s *****************************************
119 #define IN_PORT_STRING_8_16( port, addr, n) while ( n-- ) \
123 #define IN_PORT_STRING_8_16( port, addr, n) while ( n-- ) \
127 #define IN_PORT_STRING_8_16( port, addr, len) __asm \
197 * IN_PORT_STRING_8_16 the single hcf_16 retrieved from the NIC must be split in two hcf_8 values to be stored
214 * void IN_PORT_STRING_8_16( port, addr, len)
219 * See also the common notes for IN_PORT_STRING_8_16 and OUT_PORT_STRING_8_16
227 * The peculiar combination of word-length and char pointers for IN_PORT_STRING_8_16 as well as
463 #define IN_PORT_STRING_8_16(port, addr, len) IN_PORT_STRING_16(port, addr, len) macro
616 #define IN_PORT_STRING_8_16( por macro
871 #define IN_PORT_STRING_8_16 macro
1981 #define IN_PORT_STRING_8_16 macro
[all...]
H A Dhcf.c180 void IN_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * dst, int n) { //also handles byte alignment problems function
198 } // IN_PORT_STRING_8_16
2086 IN_PORT_STRING_8_16( io_port, pt, i ); //space used by T: -1
3981 IN_PORT_STRING_8_16( io_port, p, j );

Completed in 49 milliseconds