HomeSort by: relevance | last modified time | path
    Searched refs:of_hasprop (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/sys/dev/fdt/
fdt_pinctrl.c 220 if (of_hasprop(phandle, "bias-disable")) {
222 } else if (of_hasprop(phandle, "bias-pull-up")) {
225 } else if (of_hasprop(phandle, "bias-pull-down")) {
248 if (of_hasprop(phandle, "drive-push-pull"))
250 else if (of_hasprop(phandle, "drive-open-drain"))
252 else if (of_hasprop(phandle, "drive-open-source"))
278 if (of_hasprop(phandle, "input-enable")) {
280 } else if (of_hasprop(phandle, "input-disable")) {
289 if (of_hasprop(phandle, "output-enable")) {
293 } else if (of_hasprop(phandle, "output-disable"))
    [all...]
fdt_spi.c 199 if (of_hasprop(node, "spi-cpha")) {
202 if (of_hasprop(node, "spi-cpol")) {
210 if (of_hasprop(node, "spi-3wire")) {
213 if (of_hasprop(node, "spi-cs-high")) {
216 if (of_hasprop(node, "spi-lsb-first")) {
dwc3_fdt.c 151 if (of_hasprop(phandle, "snps,dis-enblslpm-quirk") ||
152 of_hasprop(phandle, "snps,dis_enblslpm_quirk"))
154 if (of_hasprop(phandle, "snps,dis-u2-freeclk-exists-quirk"))
156 if (of_hasprop(phandle, "snps,dis_u2_susphy_quirk"))
162 if (of_hasprop(phandle, "snps,dis_u3_susphy_quirk"))
164 if (of_hasprop(phandle, "snps,dis-del-phy-power-chg-quirk"))
170 if (of_hasprop(phandle, "snps,dis-tx-ipgap-linecheck-quirk"))
267 if (of_hasprop(dwc3_phandle, "usb-role-switch")) {
mmc_pwrseq_simple.c 126 if (of_hasprop(phandle, "clocks")) {
135 if (of_hasprop(phandle, "reset-gpios")) {
cpus.c 92 return of_hasprop(child, "enable-method");
fdt_boot.c 408 if (of_hasprop(chosen, "netbsd,mbr") &&
409 of_hasprop(chosen, "netbsd,partition")) {
455 if (of_hasprop(chosen, "netbsd,gpt-guid")) {
472 if (of_hasprop(chosen, "netbsd,gpt-label")) {
484 if (of_hasprop(chosen, "netbsd,booted-mac-address")) {
cpufreq_dt.c 397 if (of_hasprop(opp_node, "opp-suspend"))
421 if (of_hasprop(opp_table, "opp-shared")) {
466 if (of_hasprop(phandle, "cpu-supply")) {
481 if (of_hasprop(phandle, "operating-points"))
483 else if (of_hasprop(phandle, "operating-points-v2"))
516 if (!of_hasprop(phandle, "clocks"))
519 if (!of_hasprop(phandle, "operating-points") &&
520 !of_hasprop(phandle, "operating-points-v2"))
fdt_intr.c 97 if (phandle != iparent && of_hasprop(iparent, "interrupt-controller"))
103 if (of_hasprop(iparent, "interrupt-parent"))
110 if (phandle != iparent && of_hasprop(iparent, "interrupt-map"))
475 if (of_hasprop(phandle, "interrupts-extended"))
497 if (of_hasprop(interrupt_parent, "interrupt-map"))
  /src/sys/dev/ofw/
openfirm.h 135 bool of_hasprop(int, const char *);
136 #define of_getprop_bool of_hasprop
  /src/sys/arch/riscv/starfive/
jh7110_eqos.c 66 if (of_hasprop(phandle, "motorcomm,tx-clk-adj-enabled")) {
70 if (of_hasprop(phandle, "motorcomm,tx-clk-100-inverted")) {
74 if (of_hasprop(phandle, "motorcomm,tx-clk-1000-inverted")) {
jh7100_pinctrl.c 200 if (of_hasprop(phandle, "input-enable")) {
204 if (of_hasprop(phandle, "input-disable")) {
208 if (of_hasprop(phandle, "input-schmitt-enable")) {
212 if (of_hasprop(phandle, "input-schmitt-disable")) {
228 if (of_hasprop(phandle, "starfive,strong-pull-up")) {
447 if (!of_hasprop(phandle, "gpio-controller")) {
  /src/sys/arch/arm/fdt/
smsh_fdt.c 97 if (of_hasprop(phandle, "smsc,irq-active-high"))
99 if (of_hasprop(phandle, "smsc,irq-push-pull"))
gtmr_fdt.c 108 if (of_hasprop(phandle, "arm,cpu-registers-not-fw-configured")) {
  /src/sys/arch/arm/altera/
cycv_dwcmmc.c 144 esc->sc_gpio_cd_inverted = of_hasprop(phandle, "cd-inverted") ? 0 : 1;
146 esc->sc_non_removable = of_hasprop(phandle, "non-removable");
147 esc->sc_broken_cd = of_hasprop(phandle, "broken-cd");
  /src/sys/arch/evbarm/fdt/
fdt_dma_machdep.c 47 const int flags = of_hasprop(phandle, "dma-coherent") ?
  /src/sys/arch/riscv/fdt/
fdt_dma_machdep.c 51 const int flags = of_hasprop(phandle, "dma-coherent") ?
  /src/sys/arch/arm/ti/
ti_cpufreq.c 112 if (!of_hasprop(opp_node, "opp-supported-hw"))
ti_div_clock.c 165 if (of_hasprop(sc->sc_phandle, "ti,index-power-of-two"))
168 const int start_index = of_hasprop(sc->sc_phandle, "ti,index-starts-at-one") ? 1 : 0;
  /src/sys/arch/arm/samsung/
exynos_pinctrl.c 125 if (of_hasprop(child, "gpio-controller")) {
129 if (of_hasprop(child, "samsung,pins")) {
exynos_ehci.c 106 if (of_hasprop(phandle, "has-transaction-translator"))
  /src/sys/arch/arm/nxp/
imx6_iomux.c 177 if (of_hasprop(child, "fsl,pins")) {
181 if (!of_hasprop(sub, "fsl,pins"))
imx6_pcie.c 178 if (of_hasprop(phandle, "vpcie-supply")) {
188 if (of_hasprop(phandle, "ext_osc")) {
  /src/sys/arch/arm/rockchip/
rk_eqos.c 243 if (!of_hasprop(phandle, "snps,reset-gpio"))
255 reset_active_low = of_hasprop(phandle, "snps,reset-active-low");
276 if (of_hasprop(phandle, "snps,mixed-burst"))
278 if (of_hasprop(phandle, "snps,tso"))
  /src/sys/arch/arm/apple/
apple_pinctrl.c 278 if (!of_hasprop(phandle, "gpio-controller")) {
289 if (!of_hasprop(child, "pinmux"))
  /src/sys/arch/arm/amlogic/
meson_dwmac.c 85 reset_active_low = of_hasprop(phandle, "snps,reset-active-low");
282 if (of_hasprop(phandle, "snps,reset-gpio")) {

Completed in 24 milliseconds

1 2 3