Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcfcfg.h455 #define IN_PORT_STRING_8_16(port, addr, len) IN_PORT_STRING_16(port, addr, len) macro
540 #if ! defined IN_PORT_STRING_8_16
541 #define IN_PORT_STRING_8_16(port, addr, len) IN_PORT_STRING_16(port, addr, len) macro
Dhcf.c177 void IN_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * dst, int n) { //also handles byte alignment probl… in IN_PORT_STRING_8_16() function
2020 IN_PORT_STRING_8_16( io_port, pt, i ); //space used by T: -1 in hcf_get_info()
3687IN_PORT_STRING_8_16( io_port, cp, i ); //!!!WORD length, cp MUST be a char pointer // $$ char in download()
3905 IN_PORT_STRING_8_16( io_port, p, j ); in get_frag()