Home
last modified time | relevance | path

Searched refs:SCD_BASE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-prph.h277 #define SCD_BASE (PRPH_BASE + 0xa02c00) macro
279 #define SCD_SRAM_BASE_ADDR (SCD_BASE + 0x0)
280 #define SCD_DRAM_BASE_ADDR (SCD_BASE + 0x8)
281 #define SCD_AIT (SCD_BASE + 0x0c)
282 #define SCD_TXFACT (SCD_BASE + 0x10)
283 #define SCD_ACTIVE (SCD_BASE + 0x14)
284 #define SCD_QUEUECHAIN_SEL (SCD_BASE + 0xe8)
285 #define SCD_CHAINEXT_EN (SCD_BASE + 0x244)
286 #define SCD_AGGR_SEL (SCD_BASE + 0x248)
287 #define SCD_INTERRUPT_MASK (SCD_BASE + 0x108)
[all …]
Diwl-scd.h109 return SCD_BASE + 0x18 + chnl * 4; in SCD_QUEUE_WRPTR()
111 return SCD_BASE + 0x284 + (chnl - 20) * 4; in SCD_QUEUE_WRPTR()
117 return SCD_BASE + 0x68 + chnl * 4; in SCD_QUEUE_RDPTR()
119 return SCD_BASE + 0x2B4 + chnl * 4; in SCD_QUEUE_RDPTR()
125 return SCD_BASE + 0x10c + chnl * 4; in SCD_QUEUE_STATUS_BITS()
127 return SCD_BASE + 0x334 + chnl * 4; in SCD_QUEUE_STATUS_BITS()