Searched refs:MT_WF_AGG_BASE (Results 1 – 4 of 4) sorted by relevance
191 #define MT_WF_AGG_BASE(_band) ((_band) ? 0x820f2000 : 0x820e2000) macro192 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs))
250 #define MT_WF_AGG_BASE ((dev)->reg_map[MT_AGG_BASE]) macro251 #define MT_WF_AGG(ofs) (MT_WF_AGG_BASE + (ofs))
291 #define MT_WF_AGG_BASE(_band) ((_band) ? 0xa0800 : 0x20800) macro292 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs))
174 #define MT_WF_AGG_BASE 0x21200 macro175 #define MT_WF_AGG(ofs) (MT_WF_AGG_BASE + (ofs))
Completed in 17 milliseconds