Searched refs:IWLAGN_SCD_BASE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-prph.h561 #define IWLAGN_SCD_BASE (PRPH_BASE + 0xa02c00) macro
563 #define IWLAGN_SCD_SRAM_BASE_ADDR (IWLAGN_SCD_BASE + 0x0)
564 #define IWLAGN_SCD_DRAM_BASE_ADDR (IWLAGN_SCD_BASE + 0x8)
565 #define IWLAGN_SCD_AIT (IWLAGN_SCD_BASE + 0x0c)
566 #define IWLAGN_SCD_TXFACT (IWLAGN_SCD_BASE + 0x10)
567 #define IWLAGN_SCD_ACTIVE (IWLAGN_SCD_BASE + 0x14)
568 #define IWLAGN_SCD_QUEUE_WRPTR(x) (IWLAGN_SCD_BASE + 0x18 + (x) * 4)
569 #define IWLAGN_SCD_QUEUE_RDPTR(x) (IWLAGN_SCD_BASE + 0x68 + (x) * 4)
570 #define IWLAGN_SCD_QUEUECHAIN_SEL (IWLAGN_SCD_BASE + 0xe8)
571 #define IWLAGN_SCD_AGGR_SEL (IWLAGN_SCD_BASE
[all...]

Completed in 30 milliseconds