Home
last modified time | relevance | path

Searched refs:MT7603_WTBL_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h12 #define MT7603_WTBL_SIZE 128 macro
13 #define MT7603_WTBL_RESERVED (MT7603_WTBL_SIZE - 1)
H A Dinit.c228 for (i = 0; i < MT7603_WTBL_SIZE; i++) in mt7603_mac_init()
297 for (i = 0; i < MT7603_WTBL_SIZE; i++) { in mt7603_init_hardware()
H A Dregs.h643 #define MT_WTBL3_OFFSET (MT7603_WTBL_SIZE * MT_WTBL2_SIZE)
645 #define MT_WTBL4_OFFSET (MT7603_WTBL_SIZE * MT_WTBL3_SIZE + \
H A Dmac.c111 u32 base = mt7603_wtbl2_addr(MT7603_WTBL_SIZE); in mt7603_wtbl3_addr()
119 u32 base = mt7603_wtbl3_addr(MT7603_WTBL_SIZE); in mt7603_wtbl4_addr()
490 if (idx >= MT7603_WTBL_SIZE) in mt7603_rx_get_wcid()
1269 if (wcidx >= MT7603_WTBL_SIZE) in mt7603_mac_add_txs()