linux/drivers/net/wireless/mediatek/mt76/mt7921/sdio_mcu.c

// SPDX-License-Identifier: ISC
/* Copyright (C) 2021 MediaTek Inc. */

#include <linux/kernel.h>
#include <linux/mmc/sdio_func.h>
#include <linux/module.h>
#include <linux/iopoll.h>

#include "mt7921.h"
#include "../sdio.h"
#include "../mt76_connac2_mac.h"
#include "mcu.h"
#include "regs.h"

static int
mt7921s_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb,
			 int cmd, int *seq)
{}

static u32 mt7921s_read_rm3r(struct mt792x_dev *dev)
{}

static u32 mt7921s_clear_rm3r_drv_own(struct mt792x_dev *dev)
{}

int mt7921s_mcu_init(struct mt792x_dev *dev)
{}

int mt7921s_mcu_drv_pmctrl(struct mt792x_dev *dev)
{}

int mt7921s_mcu_fw_pmctrl(struct mt792x_dev *dev)
{}