linuxOS_D21X/source/uboot-2021.10/drivers/aicupg/spi_enc_spl.h

14 lines
396 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2022 ArtInChip Technology Co.,Ltd
* Author: Dehuang Wu <dehuang.wu@artinchip.com>
*/
#ifndef __AICUPG_SPL_SPIENC_H__
#define __AICUPG_SPL_SPIENC_H__
#include <common.h>
#include <asm/io.h>
#include <artinchip/aic_spienc.h>
void spi_enc_tweak_select(long sel);
2024-11-29 08:33:21 +00:00
void spi_enc_set_bypass(long status);
2024-11-29 08:13:19 +00:00
#endif /* __AICUPG_SPL_SPIENC_H__ */