Home
last modified time | relevance | path

Searched refs:MT_WF_MIB (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h141 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) macro
143 #define MT_MIB_BSCR0(_band) MT_WF_MIB(_band, 0x9cc)
144 #define MT_MIB_BSCR1(_band) MT_WF_MIB(_band, 0x9d0)
145 #define MT_MIB_BSCR2(_band) MT_WF_MIB(_band, 0x9d4)
146 #define MT_MIB_BSCR3(_band) MT_WF_MIB(_band, 0x9d8)
147 #define MT_MIB_BSCR4(_band) MT_WF_MIB(_band, 0x9dc)
148 #define MT_MIB_BSCR5(_band) MT_WF_MIB(_band, 0x9e0)
149 #define MT_MIB_BSCR6(_band) MT_WF_MIB(_band, 0x9e4)
150 #define MT_MIB_BSCR7(_band) MT_WF_MIB(_band, 0x9e8)
151 #define MT_MIB_BSCR17(_band) MT_WF_MIB(_band, 0xa10)
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_regs.h96 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) macro
98 #define MT_MIB_SCR1(_band) MT_WF_MIB(_band, 0x004)
102 #define MT_MIB_SDR3(_band) MT_WF_MIB(_band, 0x698)
105 #define MT_MIB_SDR5(_band) MT_WF_MIB(_band, 0x780)
107 #define MT_MIB_SDR9(_band) MT_WF_MIB(_band, 0x02c)
110 #define MT_MIB_SDR12(_band) MT_WF_MIB(_band, 0x558)
111 #define MT_MIB_SDR14(_band) MT_WF_MIB(_band, 0x564)
112 #define MT_MIB_SDR15(_band) MT_WF_MIB(_band, 0x568)
114 #define MT_MIB_SDR16(_band) MT_WF_MIB(_band, 0x048)
117 #define MT_MIB_SDR22(_band) MT_WF_MIB(_band, 0x770)
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dregs.h304 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) macro
306 #define MT_MIB_SDR0(_band) MT_WF_MIB(_band, 0x010)
309 #define MT_MIB_SDR3(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR3))
313 #define MT_MIB_SDR4(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR4))
317 #define MT_MIB_SDR5(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR5))
319 #define MT_MIB_SDR6(_band) MT_WF_MIB(_band, 0x020)
322 #define MT_MIB_SDR7(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR7))
325 #define MT_MIB_SDR8(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR8))
329 #define MT_MIB_SDR9_DNR(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR9))
332 #define MT_MIB_SDR10(_band) MT_WF_MIB(_band, __OFFS(MIB_SDR10))
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dregs.h485 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE + (ofs) + (_band) * 0x200) macro
487 #define MT_WF_MIB_SCR0 MT_WF_MIB(0, 0)
490 #define MT_MIB_M0_MISC_CR(_band) MT_WF_MIB(_band, 0x00c)
492 #define MT_MIB_SDR3(_band) MT_WF_MIB(_band, 0x014)
495 #define MT_MIB_SDR9(_band) MT_WF_MIB(_band, 0x02c)
498 #define MT_MIB_SDR14(_band) MT_WF_MIB(_band, 0x040)
501 #define MT_MIB_SDR15(_band) MT_WF_MIB(_band, 0x044)
504 #define MT_MIB_SDR16(_band) MT_WF_MIB(_band, 0x048)
507 #define MT_MIB_SDR36(_band) MT_WF_MIB(_band, 0x098)
509 #define MT_MIB_SDR37(_band) MT_WF_MIB(_band, 0x09c)
[all …]