Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dregs.h86 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro
88 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080)
89 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084)
91 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dregs.h130 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro
132 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080)
133 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084)
135 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)

Completed in 13 milliseconds