Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c881 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_get_tsf()
909 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_set_tsf()
935 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_offset_tsf()
Dusb_sdio.c124 addr = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7663_usb_sdio_set_rates()
Dregs.h463 #define MT_LPON_TCR0(_n) MT_LPON(0x010 + ((_n) * 4)) macro
Dmac.c1103 addr = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_mac_set_rates()