linux/drivers/net/wireless/mediatek/mt76/mt7603/eeprom.c

// SPDX-License-Identifier: ISC

#include <linux/of.h>
#include "mt7603.h"
#include "eeprom.h"

static int
mt7603_efuse_read(struct mt7603_dev *dev, u32 base, u16 addr, u8 *data)
{}

static int
mt7603_efuse_init(struct mt7603_dev *dev)
{}

static bool
mt7603_has_cal_free_data(struct mt7603_dev *dev, u8 *efuse)
{}

static void
mt7603_apply_cal_free_data(struct mt7603_dev *dev, u8 *efuse)
{}

static int
mt7603_eeprom_load(struct mt7603_dev *dev)
{}

static int mt7603_check_eeprom(struct mt76_dev *dev)
{}

static inline bool is_mt7688(struct mt7603_dev *dev)
{}

int mt7603_eeprom_init(struct mt7603_dev *dev)
{}