~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/net/wireless/wl12xx/reg.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
 
208
208
#define CHIP_ID_1271_PG10              (0x4030101)
209
209
#define CHIP_ID_1271_PG20              (0x4030111)
 
210
#define CHIP_ID_1283_PG10              (0x05030101)
 
211
#define CHIP_ID_1283_PG20              (0x05030111)
210
212
 
211
213
#define ENABLE                         (REGISTERS_BASE + 0x5450)
212
214
 
452
454
#define HI_CFG_UART_TX_OUT_GPIO_14  0x00000200
453
455
#define HI_CFG_UART_TX_OUT_GPIO_7   0x00000400
454
456
 
455
 
/*
456
 
 * NOTE: USE_ACTIVE_HIGH compilation flag should be defined in makefile
457
 
 *       for platforms using active high interrupt level
458
 
 */
459
 
#ifdef USE_ACTIVE_HIGH
460
 
#define HI_CFG_DEF_VAL              \
461
 
        (HI_CFG_UART_ENABLE |        \
462
 
        HI_CFG_RST232_ENABLE |      \
463
 
        HI_CFG_CLOCK_REQ_SELECT |   \
464
 
        HI_CFG_HOST_INT_ENABLE)
465
 
#else
466
 
#define HI_CFG_DEF_VAL              \
467
 
        (HI_CFG_UART_ENABLE |        \
468
 
        HI_CFG_RST232_ENABLE |      \
469
 
        HI_CFG_CLOCK_REQ_SELECT |   \
470
 
        HI_CFG_HOST_INT_ENABLE)
471
 
 
472
 
#endif
 
457
#define HI_CFG_DEF_VAL              \
 
458
        (HI_CFG_UART_ENABLE |        \
 
459
        HI_CFG_RST232_ENABLE |      \
 
460
        HI_CFG_CLOCK_REQ_SELECT |   \
 
461
        HI_CFG_HOST_INT_ENABLE)
473
462
 
474
463
#define REF_FREQ_19_2                       0
475
464
#define REF_FREQ_26_0                       1