Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcfcfg.h438 #define IN_PORT_BYTE(port) ((hcf_8)inb( (hcf_io)(port) ))
439 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) ))
440 #define OUT_PORT_BYTE(port, value) (outb( (hcf_8) (value), (hcf_io)(port) ))
441 #define OUT_PORT_WORD(port, value) (outw((hcf_16) (value), (hcf_io)(port) ))
443 #define IN_PORT_STRING_16(port, dst, n) insw((hcf_io)(port), dst, n)
444 #define OUT_PORT_STRING_16(port, src, n) outsw((hcf_io)(port), src, n)
449 #define IN_PORT_HCF32(port) inl( (hcf_io)(port) )
450 #define OUT_PORT_HCF32(port, value) outl((hcf_32)(value), (hcf_io)(port) )
564 typedef hcf_32 hcf_io; typedef
566 typedef hcf_16 hcf_io; typedef
Dhcf.c140 #define IN_PORT_WORD(port) in_port_word( (hcf_io)(port) )
142 static hcf_16 in_port_word( hcf_io port ) { in in_port_word()
150 #define OUT_PORT_WORD(port, value) out_port_word( (hcf_io)(port), (hcf_16)(value) )
152 static void out_port_word( hcf_io port, hcf_16 value ) { in out_port_word()
159 void IN_PORT_STRING_32( hcf_io prt, hcf_32 FAR * dst, int n) { in IN_PORT_STRING_32()
177 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()
197 void OUT_PORT_STRING_32( hcf_io prt, hcf_32 FAR * src, int n) { in OUT_PORT_STRING_32()
215 void OUT_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * src, int n) { //also handles byte alignment p… in OUT_PORT_STRING_8_16()
947 hcf_io io_port = ifbp->IFB_IOBase; in hcf_cntl()
1117 hcf_connect( IFBP ifbp, hcf_io io_base ) in hcf_connect()
[all …]
Dhcf.h263 hcf_io IFB_IOBase; // I/O address of Hermes chip as passed by MSF at hcf_connect call
376 EXTERN_C int hcf_connect (IFBP ifbp, hcf_io io_base );