Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
smc91111.h File Reference
#include <asm/intctl-regs.h>

Go to the source code of this file.

Macros

#define SMC91111_BASE   0xAA000300UL
 
#define SMC91111_BASE_END   0xAA000400UL
 
#define SMC91111_IRQ   XIRQ3
 
#define SMC_CAN_USE_8BIT   0
 
#define SMC_CAN_USE_16BIT   1
 
#define SMC_CAN_USE_32BIT   0
 
#define SMC_NOWAIT   1
 
#define SMC_IRQ_FLAGS   (0)
 
#define SMC_inw(a, r)   inw((unsigned long) ((a) + (r)))
 
#define SMC_outw(v, a, r)   outw(v, (unsigned long) ((a) + (r)))
 
#define SMC_insw(a, r, p, l)   insw((unsigned long) ((a) + (r)), (p), (l))
 
#define SMC_outsw(a, r, p, l)   outsw((unsigned long) ((a) + (r)), (p), (l))
 
#define RPC_LSA_DEFAULT   RPC_LED_100_10
 
#define RPC_LSB_DEFAULT   RPC_LED_TX_RX
 
#define set_irq_type(irq, type)
 

Macro Definition Documentation

#define RPC_LSA_DEFAULT   RPC_LED_100_10

Definition at line 45 of file smc91111.h.

#define RPC_LSB_DEFAULT   RPC_LED_TX_RX

Definition at line 46 of file smc91111.h.

#define set_irq_type (   irq,
  type 
)

Definition at line 48 of file smc91111.h.

#define SMC91111_BASE   0xAA000300UL

Definition at line 16 of file smc91111.h.

#define SMC91111_BASE_END   0xAA000400UL

Definition at line 17 of file smc91111.h.

#define SMC91111_IRQ   XIRQ3

Definition at line 18 of file smc91111.h.

#define SMC_CAN_USE_16BIT   1

Definition at line 21 of file smc91111.h.

#define SMC_CAN_USE_32BIT   0

Definition at line 22 of file smc91111.h.

#define SMC_CAN_USE_8BIT   0

Definition at line 20 of file smc91111.h.

#define SMC_insw (   a,
  r,
  p,
  l 
)    insw((unsigned long) ((a) + (r)), (p), (l))

Definition at line 34 of file smc91111.h.

#define SMC_inw (   a,
  r 
)    inw((unsigned long) ((a) + (r)))

Definition at line 32 of file smc91111.h.

#define SMC_IRQ_FLAGS   (0)

Definition at line 24 of file smc91111.h.

#define SMC_NOWAIT   1

Definition at line 23 of file smc91111.h.

#define SMC_outsw (   a,
  r,
  p,
  l 
)    outsw((unsigned long) ((a) + (r)), (p), (l))

Definition at line 35 of file smc91111.h.

#define SMC_outw (   v,
  a,
  r 
)    outw(v, (unsigned long) ((a) + (r)))

Definition at line 33 of file smc91111.h.