linuxOS_D21X/source/uboot-2021.10/drivers/aicupg/spi_enc_spl.h
2024-11-29 16:33:21 +08:00

14 lines
396 B
C

/* 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);
void spi_enc_set_bypass(long status);
#endif /* __AICUPG_SPL_SPIENC_H__ */