Searched refs:MT_WF_LPON (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | regs.h | 85 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro 87 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080) 88 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084) 90 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | regs.h | 257 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro 259 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR0)) 260 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR1)) 261 #define MT_LPON_FRCR(_band) MT_WF_LPON(_band, __OFFS(LPON_FRCR)) 263 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + \ 265 #define MT_LPON_TCR_MT7916(_band, n) MT_WF_LPON(_band, 0x0a8 + \
|