Searched refs:MT_MIB_ARNG (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_debugfs.c20 range[i] = mt76_rr(dev, MT_MIB_ARNG(0, i));
H A Dmt792x_regs.h154 #define MT_MIB_ARNG(_band, n) MT_WF_MIB(_band, 0x0b0 + ((n) << 2)) macro
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c280 u32 reg = is_mt7663(&dev->mt76) ? MT_MIB_ARNG(0) : MT_AGG_ASRCR0;
H A Dregs.h520 #define MT_MIB_ARNG(n) MT_WF_MIB(0, 0x4b8 + ((n) << 2)) macro
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h211 #define MT_MIB_ARNG(_band, n) MT_WF_MIB(_band, 0x0b0 + ((n) << 2)) macro
H A Ddebugfs.c453 range[i] = mt76_rr(dev, MT_MIB_ARNG(band_idx, i));
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dregs.h438 #define MT_MIB_ARNG(_band, n) MT_WF_MIB(_band, __OFFS(MIB_ARNG) + \ macro
H A Ddebugfs.c691 range[i] = mt76_rr(dev, MT_MIB_ARNG(band, i));

Completed in 173 milliseconds