Linux Kernel
3.7.1
|
#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) |
#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.
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.
Definition at line 34 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.
Definition at line 35 of file smc91111.h.