Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
hcfcfg.h File Reference

Go to the source code of this file.

Macros

#define HCF_IO_MEM   0x0001
 
#define HCF_IO_32BITS   0x0002
 
#define HCF_TYPE_NONE   0x0000
 
#define HCF_TYPE_WPA   0x0001
 
#define HCF_TYPE_USB   0x0002
 
#define HCF_TYPE_WARP   0x0008
 
#define HCF_TYPE_PRELOADED   0x0040
 
#define HCF_TYPE_HII5   0x0080
 
#define HCF_TYPE_CCX   0x0100
 
#define HCF_TYPE_BEAGLE_HII5   0x0200
 
#define HCF_TYPE_TX_DELAY   0x4000
 
#define HCF_ASSERT_NONE   0x0000
 
#define HCF_ASSERT_PRINTF   0x0001
 
#define HCF_ASSERT_SW_SUP   0x0002
 
#define HCF_ASSERT_MB   0x0004
 
#define HCF_ASSERT_RT_MSF_RTN   0x4000
 
#define HCF_ASSERT_LNK_MSF_RTN   0x8000
 
#define HCF_ENC_NONE   0x0000
 
#define HCF_ENC   0x0001
 
#define HCF_ENC_SUP   0x0002
 
#define HCF_EXT_NONE   0x0000
 
#define HCF_EXT_INFO_LOG   0x0001
 
#define HCF_EXT_INT_TX_EX   0x0004
 
#define HCF_EXT_TALLIES_FW   0x0010
 
#define HCF_EXT_TALLIES_HCF   0x0020
 
#define HCF_EXT_NIC_ACCESS   0x0040
 
#define HCF_EXT_MB   0x0080
 
#define HCF_EXT_IFB_STRCT   0x0100
 
#define HCF_EXT_DESC_STRCT   0x0200
 
#define HCF_EXT_TX_CONT   0x4000
 
#define HCF_EXT_INT_TICK   0x8000
 
#define HCF_DDS   0x0001
 
#define HCF_CDS   0x0002
 
#define HCF_TALLIES_NONE   0x0000
 
#define HCF_TALLIES_NIC   0x0001
 
#define HCF_TALLIES_HCF   0x0002
 
#define HCF_TALLIES_RESET   0x8000
 
#define HCF_ALIGN   1
 
#define HCF_ASSERT   0
 
#define HCF_BIG_ENDIAN   0
 
#define HCF_DMA   0
 
#define HCF_ENCAP   HCF_ENC
 
#define HCF_EXT   0
 
#define HCF_INT_ON   1
 
#define HCF_IO   0
 
#define HCF_LEGACY   0
 
#define HCF_MAX_LTV   1200
 
#define HCF_PROT_TIME   100
 
#define HCF_SLEEP   0
 
#define HCF_TALLIES   ( HCF_TALLIES_NIC | HCF_TALLIES_HCF )
 
#define HCF_TYPE   0
 
#define HCF_INT_ON   1
 
#define IN_PORT_STRING_8_16(port, addr, len)   IN_PORT_STRING_16(port, addr, len)
 
#define OUT_PORT_STRING_8_16(port, addr, len)   OUT_PORT_STRING_16(port, addr, len)
 
#define FAR
 
#define HCF_PROT_TIME_SHFT   2
 
#define HCF_PROT_TIME_DIV   4
 
#define HCF_PROT_TIME_CNT   (HCF_PROT_TIME / HCF_PROT_TIME_DIV)
 
#define HCF_HSI_VAR_4
 
#define HCF_APF_VAR_2
 
#define HCF_STA_VAR_2
 
#define HCF_PRI_VAR_3
 
#define BASED
 
#define EXTERN_C
 
#define NULL   ((void *) 0)
 
#define TEXT(x)   x
 

Typedefs

typedef unsigned char hcf_8
 
typedef unsigned short hcf_16
 
typedef unsigned long hcf_32
 
typedef hcf_8 FARwci_bufp
 
typedef hcf_16 FARwci_recordp
 
typedef hcf_16 hcf_io
 

Macro Definition Documentation

#define BASED

Definition at line 685 of file hcfcfg.h.

#define EXTERN_C

Definition at line 692 of file hcfcfg.h.

#define FAR

Definition at line 550 of file hcfcfg.h.

#define HCF_ALIGN   1

Definition at line 469 of file hcfcfg.h.

#define HCF_APF_VAR_2

Definition at line 648 of file hcfcfg.h.

#define HCF_ASSERT   0

Definition at line 473 of file hcfcfg.h.

#define HCF_ASSERT_LNK_MSF_RTN   0x8000

Definition at line 270 of file hcfcfg.h.

#define HCF_ASSERT_MB   0x0004

Definition at line 268 of file hcfcfg.h.

#define HCF_ASSERT_NONE   0x0000

Definition at line 265 of file hcfcfg.h.

#define HCF_ASSERT_PRINTF   0x0001

Definition at line 266 of file hcfcfg.h.

#define HCF_ASSERT_RT_MSF_RTN   0x4000

Definition at line 269 of file hcfcfg.h.

#define HCF_ASSERT_SW_SUP   0x0002

Definition at line 267 of file hcfcfg.h.

#define HCF_BIG_ENDIAN   0

Definition at line 477 of file hcfcfg.h.

#define HCF_CDS   0x0002

Definition at line 294 of file hcfcfg.h.

#define HCF_DDS   0x0001

Definition at line 293 of file hcfcfg.h.

#define HCF_DMA   0

Definition at line 481 of file hcfcfg.h.

#define HCF_ENC   0x0001

Definition at line 274 of file hcfcfg.h.

#define HCF_ENC_NONE   0x0000

Definition at line 273 of file hcfcfg.h.

#define HCF_ENC_SUP   0x0002

Definition at line 275 of file hcfcfg.h.

#define HCF_ENCAP   HCF_ENC

Definition at line 485 of file hcfcfg.h.

#define HCF_EXT   0

Definition at line 489 of file hcfcfg.h.

#define HCF_EXT_DESC_STRCT   0x0200

Definition at line 288 of file hcfcfg.h.

#define HCF_EXT_IFB_STRCT   0x0100

Definition at line 287 of file hcfcfg.h.

#define HCF_EXT_INFO_LOG   0x0001

Definition at line 279 of file hcfcfg.h.

#define HCF_EXT_INT_TICK   0x8000

Definition at line 290 of file hcfcfg.h.

#define HCF_EXT_INT_TX_EX   0x0004

Definition at line 281 of file hcfcfg.h.

#define HCF_EXT_MB   0x0080

Definition at line 286 of file hcfcfg.h.

#define HCF_EXT_NIC_ACCESS   0x0040

Definition at line 285 of file hcfcfg.h.

#define HCF_EXT_NONE   0x0000

Definition at line 278 of file hcfcfg.h.

#define HCF_EXT_TALLIES_FW   0x0010

Definition at line 283 of file hcfcfg.h.

#define HCF_EXT_TALLIES_HCF   0x0020

Definition at line 284 of file hcfcfg.h.

#define HCF_EXT_TX_CONT   0x4000

Definition at line 289 of file hcfcfg.h.

#define HCF_HSI_VAR_4

Definition at line 644 of file hcfcfg.h.

#define HCF_INT_ON   1

Definition at line 536 of file hcfcfg.h.

#define HCF_INT_ON   1

Definition at line 536 of file hcfcfg.h.

#define HCF_IO   0

Definition at line 497 of file hcfcfg.h.

#define HCF_IO_32BITS   0x0002

Definition at line 250 of file hcfcfg.h.

#define HCF_IO_MEM   0x0001

Definition at line 249 of file hcfcfg.h.

#define HCF_LEGACY   0

Definition at line 501 of file hcfcfg.h.

#define HCF_MAX_LTV   1200

Definition at line 505 of file hcfcfg.h.

#define HCF_PRI_VAR_3

Definition at line 658 of file hcfcfg.h.

#define HCF_PROT_TIME   100

Definition at line 509 of file hcfcfg.h.

#define HCF_PROT_TIME_CNT   (HCF_PROT_TIME / HCF_PROT_TIME_DIV)

Definition at line 583 of file hcfcfg.h.

#define HCF_PROT_TIME_DIV   4

Definition at line 574 of file hcfcfg.h.

#define HCF_PROT_TIME_SHFT   2

Definition at line 573 of file hcfcfg.h.

#define HCF_SLEEP   0

Definition at line 513 of file hcfcfg.h.

#define HCF_STA_VAR_2

Definition at line 652 of file hcfcfg.h.

#define HCF_TALLIES   ( HCF_TALLIES_NIC | HCF_TALLIES_HCF )

Definition at line 517 of file hcfcfg.h.

#define HCF_TALLIES_HCF   0x0002

Definition at line 299 of file hcfcfg.h.

#define HCF_TALLIES_NIC   0x0001

Definition at line 298 of file hcfcfg.h.

#define HCF_TALLIES_NONE   0x0000

Definition at line 297 of file hcfcfg.h.

#define HCF_TALLIES_RESET   0x8000

Definition at line 300 of file hcfcfg.h.

#define HCF_TYPE   0

Definition at line 521 of file hcfcfg.h.

#define HCF_TYPE_BEAGLE_HII5   0x0200

Definition at line 261 of file hcfcfg.h.

#define HCF_TYPE_CCX   0x0100

Definition at line 260 of file hcfcfg.h.

#define HCF_TYPE_HII5   0x0080

Definition at line 259 of file hcfcfg.h.

#define HCF_TYPE_NONE   0x0000

Definition at line 253 of file hcfcfg.h.

#define HCF_TYPE_PRELOADED   0x0040

Definition at line 258 of file hcfcfg.h.

#define HCF_TYPE_TX_DELAY   0x4000

Definition at line 262 of file hcfcfg.h.

#define HCF_TYPE_USB   0x0002

Definition at line 255 of file hcfcfg.h.

#define HCF_TYPE_WARP   0x0008

Definition at line 257 of file hcfcfg.h.

#define HCF_TYPE_WPA   0x0001

Definition at line 254 of file hcfcfg.h.

#define IN_PORT_STRING_8_16 (   port,
  addr,
  len 
)    IN_PORT_STRING_16(port, addr, len)

Definition at line 541 of file hcfcfg.h.

#define NULL   ((void *) 0)

Definition at line 697 of file hcfcfg.h.

#define OUT_PORT_STRING_8_16 (   port,
  addr,
  len 
)    OUT_PORT_STRING_16(port, addr, len)

Definition at line 542 of file hcfcfg.h.

#define TEXT (   x)    x

Definition at line 701 of file hcfcfg.h.

Typedef Documentation

typedef unsigned short hcf_16

Definition at line 245 of file hcfcfg.h.

typedef unsigned long hcf_32

Definition at line 246 of file hcfcfg.h.

typedef unsigned char hcf_8

Definition at line 244 of file hcfcfg.h.

typedef hcf_16 hcf_io

Definition at line 566 of file hcfcfg.h.

typedef hcf_8 FAR* wci_bufp

Definition at line 553 of file hcfcfg.h.

Definition at line 554 of file hcfcfg.h.