Searched refs:socitype (Results 1 – 6 of 6) sorted by relevance
376 sih->socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in si_doattach()389 if (CHIPTYPE(sii->pub.socitype) == SOCI_SB) { in si_doattach()392 } else if ((CHIPTYPE(sii->pub.socitype) == SOCI_AI) || in si_doattach()393 (CHIPTYPE(sii->pub.socitype) == SOCI_NAI)) { in si_doattach()394 if (CHIPTYPE(sii->pub.socitype) == SOCI_AI) in si_doattach()400 } else if (CHIPTYPE(sii->pub.socitype) == SOCI_UBUS) { in si_doattach()566 if (CHIPTYPE(sih->socitype) == SOCI_SB) in si_intflag()568 else if ((CHIPTYPE(sih->socitype) == SOCI_AI) || (CHIPTYPE(sih->socitype) == SOCI_NAI)) in si_intflag()580 if (CHIPTYPE(sih->socitype) == SOCI_SB) in si_flag()582 else if ((CHIPTYPE(sih->socitype) == SOCI_AI) || (CHIPTYPE(sih->socitype) == SOCI_NAI)) in si_flag()[all …]
7214 bus->sih->socitype, bus->sih->chip, bus->sih->chiprev, in dhdsdio_probe_attach()
365 ci->socitype = (regdata & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in brcmf_sdio_chip_recognition()402 switch (ci->socitype) { in brcmf_sdio_chip_recognition()416 brcmf_dbg(ERROR, "socitype %u not supported\n", ci->socitype); in brcmf_sdio_chip_recognition()
69 u32 socitype; member
566 uint socitype; in ai_doattach() local588 socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in ai_doattach()595 if (socitype != SOCI_AI) in ai_doattach()
36 uint socitype; /* SOCI_SB, SOCI_AI */ member