linux/include/linux/mfd/mt6359/core.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2021 MediaTek Inc.
 */

#ifndef __MFD_MT6359_CORE_H__
#define __MFD_MT6359_CORE_H__

enum mt6359_irq_top_status_shift {};

enum mt6359_irq_numbers {};

#define MT6359_IRQ_BUCK_BASE
#define MT6359_IRQ_LDO_BASE
#define MT6359_IRQ_PSC_BASE
#define MT6359_IRQ_SCK_BASE
#define MT6359_IRQ_BM_BASE
#define MT6359_IRQ_HK_BASE
#define MT6359_IRQ_AUD_BASE
#define MT6359_IRQ_MISC_BASE

#define MT6359_IRQ_BUCK_BITS
#define MT6359_IRQ_LDO_BITS
#define MT6359_IRQ_PSC_BITS
#define MT6359_IRQ_SCK_BITS
#define MT6359_IRQ_BM_BITS
#define MT6359_IRQ_HK_BITS
#define MT6359_IRQ_AUD_BITS
#define MT6359_IRQ_MISC_BITS

#define MT6359_TOP_GEN(sp)

#endif /* __MFD_MT6359_CORE_H__ */