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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h129 #define IWN_SCHED_BASE 0xa02c00 macro
130 #define IWN_SCHED_SRAM_ADDR (IWN_SCHED_BASE + 0x000)
131 #define IWN5000_SCHED_DRAM_ADDR (IWN_SCHED_BASE + 0x008)
132 #define IWN4965_SCHED_DRAM_ADDR (IWN_SCHED_BASE + 0x010)
133 #define IWN5000_SCHED_TXFACT (IWN_SCHED_BASE + 0x010)
134 #define IWN4965_SCHED_TXFACT (IWN_SCHED_BASE + 0x01c)
135 #define IWN4965_SCHED_QUEUE_RDPTR(qid) (IWN_SCHED_BASE + 0x064 + (qid) * 4)
136 #define IWN5000_SCHED_QUEUE_RDPTR(qid) (IWN_SCHED_BASE + 0x068 + (qid) * 4)
137 #define IWN4965_SCHED_QCHAIN_SEL (IWN_SCHED_BASE + 0x0d0)
138 #define IWN4965_SCHED_INTR_MASK (IWN_SCHED_BASE
[all...]

Completed in 75 milliseconds