Home
last modified time | relevance | path

Searched refs:MT_WF_LPON (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dregs.h121 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro
123 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x360)
124 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x364)
125 #define MT_LPON_FRCR(_band) MT_WF_LPON(_band, 0x37c)
127 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (((n) * 4) << 4))
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dregs.h93 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro
95 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080)
96 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084)
98 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dregs.h278 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro
280 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR0))
281 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR1))
282 #define MT_LPON_FRCR(_band) MT_WF_LPON(_band, __OFFS(LPON_FRCR))
284 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + \
286 #define MT_LPON_TCR_MT7916(_band, n) MT_WF_LPON(_band, 0x0a8 + \

Completed in 15 milliseconds