Searched refs:socid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/mips/broadcom/
H A Dbcm_socinfo.c72 uint32_t socid; local
88 socid = BCM_READ_REG32(BCM_REG_CHIPC_ID) & 0x00FFFFFF;
89 socinfo = bcm_get_socinfo_by_socid(socid);
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pinctrl.c162 uint32_t socid; local
169 socid = mtk_soc_get_socid();
171 switch (socid) {
H A Dmtk_pcie.c219 sc->socid = ofw_bus_search_compatible(dev, compat_data)->ocd_data;
220 if (sc->socid == MTK_SOC_UNKNOWN)
251 if (sc->socid == MTK_SOC_MT7621)
790 switch (sc->socid) {
810 device_printf(dev, "unsupported device %x\n", sc->socid);
828 if (sc->socid == MTK_SOC_MT7621 &&
849 if (sc->socid == MTK_SOC_MT7621 &&
1216 if (sc->socid == MTK_SOC_MT7620A || sc->socid == MTK_SOC_MT7628 ||
1217 sc->socid
[all...]
H A Dmtk_usb_phy.c57 uint32_t socid; member in struct:mtk_usb_phy_softc
102 if ((sc->socid =
160 switch (sc->socid) {
H A Dmtk_pcie.h61 uint32_t socid; member in struct:mtk_pci_softc
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c291 uint32_t socid; local
295 socid = soc_info.cidr & ~AT91_CPU_VERSION_MASK;
303 switch (socid) {

Completed in 81 milliseconds