Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c901 u32 socitype; in brcmf_chip_recognition() local
912 socitype = (regdata & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in brcmf_chip_recognition()
916 socitype == SOCI_SB ? "SB" : "AXI", ci->pub.name, in brcmf_chip_recognition()
919 if (socitype == SOCI_SB) { in brcmf_chip_recognition()
943 } else if (socitype == SOCI_AI) { in brcmf_chip_recognition()
951 socitype); in brcmf_chip_recognition()