Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb_sdio.c116 addr = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7663_usb_sdio_set_rates()
H A Dmain.c922 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_get_tsf()
950 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_set_tsf()
976 reg = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_offset_tsf()
H A Dregs.h474 #define MT_LPON_TCR0(_n) MT_LPON(0x010 + ((_n) * 4)) macro
H A Dmac.c1162 addr = idx > 1 ? MT_LPON_TCR2(idx): MT_LPON_TCR0(idx); in mt7615_mac_set_rates()