Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c891 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_get_tsf()
919 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_set_tsf()
945 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_offset_tsf()
Dusb_sdio.c116 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.c1165 addr = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_mac_set_rates()