Searched refs:mt7915_l1_rr (Results 1 – 3 of 3) sorted by relevance
146 mdev->rev = (mt7915_l1_rr(dev, MT_HW_CHIPID) << 16) | in mt7915_pci_probe()147 (mt7915_l1_rr(dev, MT_HW_REV) & 0xff); in mt7915_pci_probe()
368 mt7915_l1_rr(struct mt7915_dev *dev, u32 addr) in mt7915_l1_rr() function382 val |= mt7915_l1_rr(dev, addr) & ~mask; in mt7915_l1_rmw()
599 bound = mt7915_l1_rr(dev, MT_HW_BOUND) & BIT(5); in mt7915_register_ext_phy()