Searched defs:rtw8814a_efuse (Results 1 – 1 of 1) sorted by relevance
23 struct rtw8814a_efuse { struct24 __le16 rtl_id;25 u8 res0[0x0c];26 u8 usb_mode; /* 0x0e */27 u8 res1;30 struct rtw_txpwr_idx txpwr_idx_table[4];32 u8 channel_plan; /* 0xb8 */33 u8 xtal_k; /* 0xb9 */34 u8 thermal_meter; /* 0xba */58 static_assert(sizeof(struct rtw8814a_efuse) == 512); argument