Searched refs:OUT_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.h140 ***************************** OUT_PORT_STRING_8_16 S a m p l e s ******************************************
143 #define OUT_PORT_STRING_8_16( port, addr, n) while ( n-- ) \
147 #define OUT_PORT_STRING_8_16( port, addr, n) while ( n-- ) \
151 #define OUT_PORT_STRING_8_16( port, addr, len) __asm \
192 * IN_/OUT_PORT_STRING_8_16 can move words between PC-memory and NIC-memory with as only constraint that the
195 * platforms prevent this case from materializing. If this is not the case, OUT_PORT_STRING_8_16 must be coded
219 * See also the common notes for IN_PORT_STRING_8_16 and OUT_PORT_STRING_8_16
221 * void OUT_PORT_STRING_8_16( port, addr, len)
228 * OUT_PORT_STRING_8_16 is justified by the assumption that it offers a more optimal algorithm
464 #define OUT_PORT_STRING_8_16(por macro
618 #define OUT_PORT_STRING_8_16 macro
872 #define OUT_PORT_STRING_8_16 macro
1982 #define OUT_PORT_STRING_8_16 macro
[all...]
H A Dhcf.c218 void OUT_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * src, int n) { //also handles byte alignment problems function
235 } // OUT_PORT_STRING_8_16
3769 cp = (wci_bufp)ltvp->host_addr; //OUT_PORT_STRING_8_16 macro may modify its parameters
3775 OUT_PORT_STRING_8_16( io_port, cp, i ); //!!!WORD length, cp MUST be a char pointer
4399 OUT_PORT_STRING_8_16( io_port, bufp, j );

Completed in 122 milliseconds