![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * MTK SPI bus driver definitions 0004 * 0005 * Copyright (c) 2015 MediaTek Inc. 0006 * Author: Leilk Liu <leilk.liu@mediatek.com> 0007 */ 0008 0009 #ifndef ____LINUX_PLATFORM_DATA_SPI_MTK_H 0010 #define ____LINUX_PLATFORM_DATA_SPI_MTK_H 0011 0012 /* Board specific platform_data */ 0013 struct mtk_chip_config { 0014 u32 sample_sel; 0015 u32 tick_delay; 0016 }; 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |