mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
Export smc91x led definitions
Now that we can configure smc91x leds from its platform data, it seems rather useful to move the led definitions to the externally visible header file. Signed-off-by: Marc Zyngier <marc.zyngier@altran.com>
This commit is contained in:
parent
a929752c4b
commit
fb683f1627
@ -778,14 +778,6 @@ smc_pxa_dma_irq(int dma, void *dummy)
|
||||
#define RPC_ANEG 0x0800 // When 1 PHY is in Auto-Negotiate Mode
|
||||
#define RPC_LSXA_SHFT 5 // Bits to shift LS2A,LS1A,LS0A to lsb
|
||||
#define RPC_LSXB_SHFT 2 // Bits to get LS2B,LS1B,LS0B to lsb
|
||||
#define RPC_LED_100_10 (0x00) // LED = 100Mbps OR's with 10Mbps link detect
|
||||
#define RPC_LED_RES (0x01) // LED = Reserved
|
||||
#define RPC_LED_10 (0x02) // LED = 10Mbps link detect
|
||||
#define RPC_LED_FD (0x03) // LED = Full Duplex Mode
|
||||
#define RPC_LED_TX_RX (0x04) // LED = TX or RX packet occurred
|
||||
#define RPC_LED_100 (0x05) // LED = 100Mbps link dectect
|
||||
#define RPC_LED_TX (0x06) // LED = TX packet occurred
|
||||
#define RPC_LED_RX (0x07) // LED = RX packet occurred
|
||||
|
||||
#ifndef RPC_LSA_DEFAULT
|
||||
#define RPC_LSA_DEFAULT RPC_LED_100
|
||||
|
@ -16,6 +16,15 @@
|
||||
|
||||
#define SMC91X_USE_DMA (1 << 6)
|
||||
|
||||
#define RPC_LED_100_10 (0x00) /* LED = 100Mbps OR's with 10Mbps link detect */
|
||||
#define RPC_LED_RES (0x01) /* LED = Reserved */
|
||||
#define RPC_LED_10 (0x02) /* LED = 10Mbps link detect */
|
||||
#define RPC_LED_FD (0x03) /* LED = Full Duplex Mode */
|
||||
#define RPC_LED_TX_RX (0x04) /* LED = TX or RX packet occurred */
|
||||
#define RPC_LED_100 (0x05) /* LED = 100Mbps link dectect */
|
||||
#define RPC_LED_TX (0x06) /* LED = TX packet occurred */
|
||||
#define RPC_LED_RX (0x07) /* LED = RX packet occurred */
|
||||
|
||||
struct smc91x_platdata {
|
||||
unsigned long flags;
|
||||
unsigned char leda;
|
||||
|
Loading…
x
Reference in New Issue
Block a user