Searched refs:MT_WCID_IV (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 90 iv = mt76_rr(dev, MT_WCID_IV(idx)); in mt76x02_mac_wcid_sync_pn() 91 eiv = mt76_rr(dev, MT_WCID_IV(idx) + 4); in mt76x02_mac_wcid_sync_pn() 143 mt76_wr_copy(dev, MT_WCID_IV(idx), iv_data, sizeof(iv_data)); in mt76x02_mac_wcid_set_key()
|
H A D | mt76x02_regs.h | 650 #define MT_WCID_IV(_n) (MT_WCID_IV_BASE + (_n) * 8) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 90 iv = mt76_rr(dev, MT_WCID_IV(idx)); in mt76x02_mac_wcid_sync_pn() 91 eiv = mt76_rr(dev, MT_WCID_IV(idx) + 4); in mt76x02_mac_wcid_sync_pn() 143 mt76_wr_copy(dev, MT_WCID_IV(idx), iv_data, sizeof(iv_data)); in mt76x02_mac_wcid_set_key()
|
H A D | mt76x02_regs.h | 652 #define MT_WCID_IV(_n) (MT_WCID_IV_BASE + (_n) * 8) macro
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | regs.h | 576 #define MT_WCID_IV(_n) (MT_WCID_IV_BASE + (_n) * 8) macro
|
H A D | mac.c | 557 mt7601u_wr_copy(dev, MT_WCID_IV(idx), iv_data, sizeof(iv_data)); in mt76_mac_wcid_set_key()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | regs.h | 576 #define MT_WCID_IV(_n) (MT_WCID_IV_BASE + (_n) * 8) macro
|
H A D | mac.c | 557 mt7601u_wr_copy(dev, MT_WCID_IV(idx), iv_data, sizeof(iv_data)); in mt76_mac_wcid_set_key()
|
Completed in 13 milliseconds