Searched refs:MT_WF_LPON (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | regs.h | 121 #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-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | mt792x_regs.h | 71 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro 73 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, 0x080) 74 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, 0x084) 76 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + (n) * 4)
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | regs.h | 281 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) macro 283 #define MT_LPON_UTTR0(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR0)) 284 #define MT_LPON_UTTR1(_band) MT_WF_LPON(_band, __OFFS(LPON_UTTR1)) 285 #define MT_LPON_FRCR(_band) MT_WF_LPON(_band, __OFFS(LPON_FRCR)) 287 #define MT_LPON_TCR(_band, n) MT_WF_LPON(_band, 0x0a8 + \ 289 #define MT_LPON_TCR_MT7916(_band, n) MT_WF_LPON(_band, 0x0a8 + \
|