Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/
Dmt7603.h12 #define MT7603_WTBL_SIZE 128 macro
13 #define MT7603_WTBL_RESERVED (MT7603_WTBL_SIZE - 1)
Dinit.c218 for (i = 0; i < MT7603_WTBL_SIZE; i++) in mt7603_mac_init()
287 for (i = 0; i < MT7603_WTBL_SIZE; i++) { in mt7603_init_hardware()
Dregs.h635 #define MT_WTBL3_OFFSET (MT7603_WTBL_SIZE * MT_WTBL2_SIZE)
637 #define MT_WTBL4_OFFSET (MT7603_WTBL_SIZE * MT_WTBL3_SIZE + \
Dmac.c99 u32 base = mt7603_wtbl2_addr(MT7603_WTBL_SIZE); in mt7603_wtbl3_addr()
107 u32 base = mt7603_wtbl3_addr(MT7603_WTBL_SIZE); in mt7603_wtbl4_addr()