Home
last modified time | relevance | path

Searched defs:sfi_device_table_entry (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsfi.h152 struct sfi_device_table_entry { struct
153 u8 type; /* bus type, I2C, SPI or ...*/
161 u8 host_num; /* attached to host 0, 1...*/
162 u16 addr;
163 u8 irq;
164 u32 max_freq;
165 char name[SFI_NAME_LEN];
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dsfi.h116 struct __packed sfi_device_table_entry { struct
117 u8 type; /* bus type, I2C, SPI or ...*/
118 u8 host_num; /* attached to host 0, 1...*/
119 u16 addr;
120 u8 irq;
121 u32 max_freq;
122 char name[SFI_NAME_LEN];