Searched defs:sfi_device_table_entry (Results 1 – 1 of 1) sorted by relevance
115 struct __packed sfi_device_table_entry { struct116 u8 type; /* bus type, I2C, SPI or ...*/117 u8 host_num; /* attached to host 0, 1...*/118 u16 addr;119 u8 irq;120 u32 max_freq;121 char name[SFI_NAME_LEN];