Home
last modified time | relevance | path

Searched refs:package_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8710b.c575 u8 package_type = 0x7; /* a nonsense value */ in rtl8710bu_identify_chip() local
612 rtl8710b_read_efuse8(priv, EEPROM_PACKAGE_TYPE_8710B, &package_type); in rtl8710bu_identify_chip()
614 if (package_type == 0xff) { in rtl8710bu_identify_chip()
618 package_type = PACKAGE_QFN48M_U; in rtl8710bu_identify_chip()
620 package_type = PACKAGE_QFN48M_S; in rtl8710bu_identify_chip()
629 package_type = PACKAGE_QFN48M_U; in rtl8710bu_identify_chip()
631 } else if (package_type != PACKAGE_QFN48M_S && in rtl8710bu_identify_chip()
632 package_type != PACKAGE_QFN48M_U) { in rtl8710bu_identify_chip()
640 package_type = PACKAGE_QFN48M_U; in rtl8710bu_identify_chip()
643 priv->package_type = package_type; in rtl8710bu_identify_chip()
[all …]
H A Drtl8xxxu.h1118 u8 package_type; /* 0x1fb */ member
1833 u8 package_type; member
/linux/drivers/acpi/acpica/
H A Dnsrepair.c441 u8 package_type, in acpi_ns_remove_null_elements() argument
457 switch (package_type) { in acpi_ns_remove_null_elements()
H A Dacnamesp.h341 u8 package_type,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c152 rtlhal->package_type << 12 | in _rtl8723be_check_positive()
172 rtlhal->board_type, rtlhal->package_type); in _rtl8723be_check_positive()