Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.c65 if (sc->hwtype == HWTYPE_STATIC_FUNNEL) in funnel_init()
83 if (sc->hwtype == HWTYPE_STATIC_FUNNEL) in funnel_enable()
103 if (sc->hwtype == HWTYPE_STATIC_FUNNEL) in funnel_disable()
118 if (sc->hwtype == HWTYPE_FUNNEL && in funnel_attach()
H A Dcoresight_funnel_fdt.c64 sc->hwtype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in funnel_fdt_probe()
65 switch (sc->hwtype) { in funnel_fdt_probe()
H A Dcoresight_funnel_acpi.c63 sc->hwtype = HWTYPE_STATIC_FUNNEL; in funnel_acpi_probe()
71 sc->hwtype = HWTYPE_FUNNEL; in funnel_acpi_probe()
H A Dcoresight_funnel.h73 int hwtype; member
/freebsd/sys/dev/usb/controller/
H A Dehci_mv.c147 enum mv_ehci_hwtype hwtype; in mv_ehci_attach() local
158 hwtype = ofw_bus_search_compatible(self, compat_data)->ocd_data; in mv_ehci_attach()
159 if (hwtype == HWTYPE_NONE) { in mv_ehci_attach()
192 if (hwtype == HWTYPE_MV_EHCI_V1) { in mv_ehci_attach()
225 if (hwtype == HWTYPE_MV_EHCI_V1) { in mv_ehci_attach()
/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c92 uint8_t hwtype; member
263 if (sc->hwtype == HWTYPE_USDHC) { in fsl_sdhci_read_2()
278 } else if (sc->hwtype == HWTYPE_ESDHC) { in fsl_sdhci_read_2()
470 if (sc->hwtype == HWTYPE_USDHC) { in fsl_sdhci_write_2()
479 } else if (sc->hwtype == HWTYPE_ESDHC) { in fsl_sdhci_write_2()
555 if (sc->hwtype == HWTYPE_ESDHC) { in fsl_sdhc_get_clock()
580 if (sc->hwtype == HWTYPE_ESDHC) { in fsl_sdhc_set_clock()
838 sc->hwtype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in fsl_sdhci_attach()
839 if (sc->hwtype == HWTYPE_NONE) in fsl_sdhci_attach()
/freebsd/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.h66 uintptr_t hwtype; member
H A Dvf_i2c_acpi.c84 sc->hwtype = HW_VF610; in vf_i2c_acpi_attach()
H A Dvf_i2c_fdt.c84 sc->hwtype = ofw_bus_search_compatible(dev, vf_i2c_compat_data)->ocd_data; in vf_i2c_fdt_attach()
H A Dvf_i2c.c415 if (sc->hwtype == HW_MVF600) in i2c_get_div_val()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_hisi.c71 sc->hwtype = HWTYPE_HISILICON; in hisi_dwmmc_attach()
H A Ddwmmc_altera.c73 sc->hwtype = HWTYPE_ALTERA; in altera_dwmmc_attach()
H A Ddwmmc_var.h65 uint32_t hwtype; member
H A Ddwmmc_rockchip.c84 sc->hwtype = HWTYPE_ROCKCHIP; in rockchip_dwmmc_attach()
H A Ddwmmc_samsung.c78 sc->hwtype = HWTYPE_EXYNOS; in samsung_dwmmc_attach()
H A Ddwmmc.c900 if ((sc->hwtype & HWTYPE_MASK) == HWTYPE_EXYNOS) { in dwmmc_update_ios()
/freebsd/sys/dev/xdma/controller/
H A Dpl330.c315 int hwtype; in pl330_probe() local
320 hwtype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in pl330_probe()
321 if (hwtype == HWTYPE_NONE) in pl330_probe()
/freebsd/sys/dev/xilinx/
H A Daxidma.c245 int hwtype; in axidma_probe() local
250 hwtype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in axidma_probe()
251 if (hwtype == HWTYPE_NONE) in axidma_probe()
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c95 int hwtype; member
338 if (sc->hwtype == HWTYPE_CDNS_R1P10 && (flags & IIC_M_NOSTOP)) in cdnc_i2c_xfer_rd()
552 sc->hwtype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in cdnc_i2c_attach()