Lines Matching refs:mt7915_dev

41 mt76_wmac_spi_read(struct mt7915_dev *dev, u8 adie, u32 addr, u32 *val)  in mt76_wmac_spi_read()
68 mt76_wmac_spi_write(struct mt7915_dev *dev, u8 adie, u32 addr, u32 val) in mt76_wmac_spi_write()
89 mt76_wmac_spi_rmw(struct mt7915_dev *dev, u8 adie, in mt76_wmac_spi_rmw()
105 mt7986_wmac_adie_efuse_read(struct mt7915_dev *dev, u8 adie, in mt7986_wmac_adie_efuse_read()
147 static inline void mt76_wmac_spi_lock(struct mt7915_dev *dev) in mt76_wmac_spi_lock()
157 static inline void mt76_wmac_spi_unlock(struct mt7915_dev *dev) in mt76_wmac_spi_unlock()
170 static u8 mt7986_wmac_check_adie_type(struct mt7915_dev *dev) in mt7986_wmac_check_adie_type()
179 static int mt7986_wmac_consys_reset(struct mt7915_dev *dev, bool enable) in mt7986_wmac_consys_reset()
191 static int mt7986_wmac_gpio_setup(struct mt7915_dev *dev) in mt7986_wmac_gpio_setup()
227 static int mt7986_wmac_consys_lockup(struct mt7915_dev *dev, bool enable) in mt7986_wmac_consys_lockup()
260 static int mt7986_wmac_coninfra_check(struct mt7915_dev *dev) in mt7986_wmac_coninfra_check()
269 static int mt7986_wmac_coninfra_setup(struct mt7915_dev *dev) in mt7986_wmac_coninfra_setup()
307 static int mt7986_wmac_sku_setup(struct mt7915_dev *dev, u32 *adie_type) in mt7986_wmac_sku_setup()
344 static inline bool is_7975(struct mt7915_dev *dev, u8 adie, u32 adie_type) in is_7975()
349 static inline bool is_7976(struct mt7915_dev *dev, u8 adie, u32 adie_type) in is_7976()
354 static int mt7986_wmac_adie_thermal_cal(struct mt7915_dev *dev, u8 adie) in mt7986_wmac_adie_thermal_cal()
391 mt7986_read_efuse_xo_trim_7976(struct mt7915_dev *dev, u8 adie, in mt7986_read_efuse_xo_trim_7976()
424 static int mt7986_wmac_adie_xtal_trim_7976(struct mt7915_dev *dev, u8 adie) in mt7986_wmac_adie_xtal_trim_7976()
472 static int mt7986_wmac_adie_patch_7976(struct mt7915_dev *dev, u8 adie) in mt7986_wmac_adie_patch_7976()
503 mt7986_read_efuse_xo_trim_7975(struct mt7915_dev *dev, u8 adie, in mt7986_read_efuse_xo_trim_7975()
525 static int mt7986_wmac_adie_xtal_trim_7975(struct mt7915_dev *dev, u8 adie) in mt7986_wmac_adie_xtal_trim_7975()
581 static int mt7986_wmac_adie_patch_7975(struct mt7915_dev *dev, u8 adie) in mt7986_wmac_adie_patch_7975()
663 static int mt7986_wmac_adie_cfg(struct mt7915_dev *dev, u8 adie, u32 adie_type) in mt7986_wmac_adie_cfg()
712 mt7986_wmac_afe_cal(struct mt7915_dev *dev, u8 adie, bool dbdc, u32 adie_type) in mt7986_wmac_afe_cal()
764 static void mt7986_wmac_subsys_pll_initial(struct mt7915_dev *dev, u8 band) in mt7986_wmac_subsys_pll_initial()
776 static void mt7986_wmac_subsys_setting(struct mt7915_dev *dev) in mt7986_wmac_subsys_setting()
794 static int mt7986_wmac_bus_timeout(struct mt7915_dev *dev) in mt7986_wmac_bus_timeout()
811 static void mt7986_wmac_clock_enable(struct mt7915_dev *dev, u32 adie_type) in mt7986_wmac_clock_enable()
868 static int mt7986_wmac_top_wfsys_wakeup(struct mt7915_dev *dev, bool enable) in mt7986_wmac_top_wfsys_wakeup()
881 static int mt7986_wmac_wm_enable(struct mt7915_dev *dev, bool enable) in mt7986_wmac_wm_enable()
895 static int mt7986_wmac_wfsys_poweron(struct mt7915_dev *dev, bool enable) in mt7986_wmac_wfsys_poweron()
909 static int mt7986_wmac_wfsys_setting(struct mt7915_dev *dev) in mt7986_wmac_wfsys_setting()
942 static void mt7986_wmac_wfsys_set_timeout(struct mt7915_dev *dev) in mt7986_wmac_wfsys_set_timeout()
965 static int mt7986_wmac_sku_update(struct mt7915_dev *dev, u32 adie_type) in mt7986_wmac_sku_update()
991 mt7986_wmac_adie_setup(struct mt7915_dev *dev, u8 adie, u32 adie_type) in mt7986_wmac_adie_setup()
1012 static int mt7986_wmac_subsys_powerup(struct mt7915_dev *dev, u32 adie_type) in mt7986_wmac_subsys_powerup()
1027 static int mt7986_wmac_wfsys_powerup(struct mt7915_dev *dev) in mt7986_wmac_wfsys_powerup()
1044 int mt7986_wmac_enable(struct mt7915_dev *dev) in mt7986_wmac_enable()
1096 void mt7986_wmac_disable(struct mt7915_dev *dev) in mt7986_wmac_disable()
1132 static int mt7986_wmac_init(struct mt7915_dev *dev) in mt7986_wmac_init()
1168 struct mt7915_dev *dev; in mt7986_wmac_probe()
1218 struct mt7915_dev *dev = platform_get_drvdata(pdev); in mt7986_wmac_remove()