• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/

Lines Matching defs:hcf_io

613 #define IN_PORT_WORD(port)			((hcf_16)_inpw( (hcf_io)(port) ))
614 #define OUT_PORT_WORD(port, value) ((void)_outpw( (hcf_io)(port), value ))
854 #define IN_PORT_BYTE(port) ((hcf_8)inb( (hcf_io)(port) ))
855 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) ))
856 #define OUT_PORT_BYTE(port, value) (outb( (hcf_8) (value), (hcf_io)(port) ))
857 #define OUT_PORT_WORD(port, value) (outw((hcf_16) (value), (hcf_io)(port) ))
859 #define IN_PORT_STRING_16(port, dst, n) insw((hcf_io)(port), dst, n)
860 #define OUT_PORT_STRING_16(port, src, n) outsw((hcf_io)(port), src, n)
865 #define IN_PORT_HCF32(port) inl( (hcf_io)(port) )
866 #define OUT_PORT_HCF32(port, value) outl((hcf_32)(value), (hcf_io)(port) )
906 #define IN_PORT_WORD(port) ((hcf_16)inpw( (hcf_io)(port) ))
907 #define OUT_PORT_WORD(port, value) (outpw( (hcf_io)(port), (hcf_16) (value) ))
938 #define IN_PORT_WORD(port) ((hcf_16)read_io_16( (hcf_io)(port) ))
939 #define OUT_PORT_WORD(port, value) (write_io_16( (hcf_io)(port), (hcf_16) (value) ))
993 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) ))
994 #define OUT_PORT_WORD(port, value) (outw((hcf_io)(port), (hcf_16)(value)))
1027 #define IN_PORT_WORD(port) (inport( (hcf_io)(port) ))
1028 #define OUT_PORT_WORD(port, value) (outport( (hcf_io)(port), value ))
1096 #define IN_PORT_WORD(port) inw( (hcf_io)(port) )
1097 #define IN_PORT_DWORD(port) inl( (hcf_io)(port) )
1098 #define OUT_PORT_WORD(port, value) outw( (hcf_io)(port), (hcf_16)(value) )
1099 #define OUT_PORT_DWORD(port, value) outl( (hcf_io)(port), (hcf_16)(value) )
1117 #define IN_PORT_WORD(port) ipw( (hcf_io)(port) )
1118 #define OUT_PORT_WORD(port, value) opw( (hcf_io)(port), (hcf_16)(value) )
1120 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) ))
1121 #define OUT_PORT_WORD(port, value) ((void)_outpw( (hcf_io)(port), value ))
1453 #define IN_PORT_WORD(port) (sysInWord ((hcf_io)(port)))
1454 #define OUT_PORT_WORD(port, value) (sysOutWord ((hcf_io)(port), (hcf_16) (value)))
1455 #define IN_PORT_STRING_16(port, addr, n) (sysInWordString ((hcf_io)(port), addr, n))
1456 #define OUT_PORT_STRING_16(port, addr, n) (sysOutWordString ((hcf_io)(port), addr, n))
1687 #define IN_PORT_WORD(port) (sysInWord( (hcf_io)(port) ))
1688 #define OUT_PORT_WORD(port, value) (sysOutWord( (hcf_io)(port), (hcf_16)(value) ))
1689 #define IN_PORT_DWORD(port) (sysInLong( (hcf_io)(port) ))
1690 #define OUT_PORT_DWORD(port, value) (sysOutLong( (hcf_io)(port), (hcf_16)(value) ))
1691 #define IN_PORT_STRING_16(port, dst, n) (sysInWordString((hcf_io)(port), (hcf_16 *)dst, n))
1692 #define OUT_PORT_STRING_16(port, src, n) (sysOutWordString((hcf_io)(port), (hcf_16 *)src, n))
2004 typedef hcf_32 hcf_io;
2006 typedef hcf_16 hcf_io;