Searched refs:MT_WF_LPON (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| D | regs.h | 86 #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-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | regs.h | 119 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro 121 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080) 122 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084) 124 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)
|