Searched defs:rtl_efuse (Results 1 – 2 of 2) sorted by relevance
1899 struct rtl_efuse { struct1900 const struct rtl_efuse_ops *efuse_ops; argument1901 bool autoLoad_ok;1902 bool bootfromefuse;1903 u16 max_physical_size;1905 u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE];1906 u16 efuse_usedbytes;1907 u8 efuse_usedpercentage;1909 bool efuse_re_pg_sec1flag;1910 u8 efuse_re_pg_data[8];[all …]
1835 struct rtl_efuse { struct1836 bool autoload_ok;1837 bool bootfromefuse;1838 u16 max_physical_size;1840 u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE];1841 u16 efuse_usedbytes;1842 u8 efuse_usedpercentage;1844 bool efuse_re_pg_sec1flag;1845 u8 efuse_re_pg_data[8];1848 u8 autoload_failflag;[all …]