| /u-boot/drivers/net/phy/ |
| A D | fixed.c | 66 priv->duplex = ofnode_read_bool(node, "full-duplex"); in fixedphy_config() 67 priv->pause = ofnode_read_bool(node, "pause"); in fixedphy_config() 68 priv->asym_pause = ofnode_read_bool(node, "asym-pause"); in fixedphy_config()
|
| A D | dp83867.c | 179 if (ofnode_read_bool(node, "ti,max-output-impedance")) in dp83867_of_init() 181 else if (ofnode_read_bool(node, "ti,min-output-impedance")) in dp83867_of_init() 186 if (ofnode_read_bool(node, "ti,dp83867-rxctrl-strap-quirk")) in dp83867_of_init() 240 if (ofnode_read_bool(node, "enet-phy-lane-swap")) in dp83867_of_init() 243 if (ofnode_read_bool(node, "enet-phy-lane-no-swap")) in dp83867_of_init() 246 if (ofnode_read_bool(node, "ti,sgmii-ref-clock-output-enable")) in dp83867_of_init()
|
| A D | dp83869.c | 216 if (ofnode_read_bool(node, "ti,max-output-impedance")) in dp83869_of_init() 218 else if (ofnode_read_bool(node, "ti,min-output-impedance")) in dp83869_of_init() 221 if (ofnode_read_bool(node, "enet-phy-lane-swap")) { in dp83869_of_init()
|
| A D | adin.c | 178 if (ofnode_read_bool(node, "adi,phy-output-reference-clock")) in adin_config_clk_out()
|
| A D | atheros.c | 212 if (ofnode_read_bool(node, "qca,keep-pll-enabled")) in ar803x_of_init()
|
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-if.c | 61 if (ofnode_read_bool(dp, "analog-oc")) in isp1760_of_to_plat() 64 if (ofnode_read_bool(dp, "dack-polarity")) in isp1760_of_to_plat() 67 if (ofnode_read_bool(dp, "dreq-polarity")) in isp1760_of_to_plat()
|
| /u-boot/drivers/core/ |
| A D | regmap.c | 197 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem_index() 199 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem_index() 201 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem_index() 229 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem_range() 231 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem_range() 233 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem_range() 298 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem() 300 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem() 302 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem()
|
| A D | ofnode.c | 984 if (ofnode_read_bool(node, "interlaced")) in ofnode_decode_display_timing() 986 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing() 988 if (ofnode_read_bool(node, "doubleclk")) in ofnode_decode_display_timing() 1031 if (ofnode_read_bool(timings, "interlaced")) in ofnode_decode_panel_timing() 1033 if (ofnode_read_bool(timings, "doublescan")) in ofnode_decode_panel_timing() 1035 if (ofnode_read_bool(timings, "doubleclk")) in ofnode_decode_panel_timing() 1320 if (ofnode_read_bool(node, "bootph-all")) in ofnode_pre_reloc() 1322 if (ofnode_read_bool(node, "bootph-some-ram")) in ofnode_pre_reloc() 1329 if (ofnode_read_bool(node, "bootph-pre-ram") || in ofnode_pre_reloc() 1330 ofnode_read_bool(node, "bootph-pre-sram")) in ofnode_pre_reloc() [all …]
|
| A D | read.c | 103 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
| /u-boot/drivers/memory/ |
| A D | ti-gpmc.c | 894 p->sync_read = ofnode_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt() 895 p->sync_write = ofnode_read_bool(np, "gpmc,sync-write"); in gpmc_read_settings_dt() 900 p->burst_wrap = ofnode_read_bool(np, "gpmc,burst-wrap"); in gpmc_read_settings_dt() 901 p->burst_read = ofnode_read_bool(np, "gpmc,burst-read"); in gpmc_read_settings_dt() 902 p->burst_write = ofnode_read_bool(np, "gpmc,burst-write"); in gpmc_read_settings_dt() 909 p->wait_on_read = ofnode_read_bool(np, in gpmc_read_settings_dt() 911 p->wait_on_write = ofnode_read_bool(np, in gpmc_read_settings_dt() 984 ofnode_read_bool(np, "gpmc,cycle2cycle-diffcsen"); in gpmc_read_timings_dt() 986 ofnode_read_bool(np, "gpmc,cycle2cycle-samecsen"); in gpmc_read_timings_dt() 987 p->we_extra_delay = ofnode_read_bool(np, "gpmc,we-extra-delay"); in gpmc_read_timings_dt() [all …]
|
| /u-boot/drivers/phy/ |
| A D | phy-stm32-usbphyc.c | 452 if (!ofnode_read_bool(node, "st,no-lsfs-fb-cap")) in stm32_usbphyc_tuning() 455 if (ofnode_read_bool(node, "st,decrease-hs-slew-rate")) in stm32_usbphyc_tuning() 470 if (ofnode_read_bool(node, "st,enable-fs-rftime-tuning")) in stm32_usbphyc_tuning() 473 if (ofnode_read_bool(node, "st,enable-hs-rftime-reduction")) in stm32_usbphyc_tuning() 494 if (ofnode_read_bool(node, "st,enable-hs-rx-gain-eq")) in stm32_usbphyc_tuning() 503 if (ofnode_read_bool(node, "st,no-hs-ftime-ctrl")) in stm32_usbphyc_tuning() 506 if (!ofnode_read_bool(node, "st,no-lsfs-sc")) in stm32_usbphyc_tuning() 509 if (ofnode_read_bool(node, "st,enable-hs-tx-staggering")) in stm32_usbphyc_tuning()
|
| /u-boot/drivers/video/ti/ |
| A D | tilcdc-panel.c | 136 priv->info.tft_alt_mode = ofnode_read_bool(node, "tft-alt-mode"); in tilcdc_panel_of_to_plat() 137 priv->info.invert_pxl_clk = ofnode_read_bool(node, "invert-pxl-clk"); in tilcdc_panel_of_to_plat()
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-helper-fdt.c | 141 is_tx = ofnode_read_bool(node_chan, "direction-tx"); in cvmx_fdt_parse_vsc7224_channels() 182 channel->pretap_disable = ofnode_read_bool(node_chan, in cvmx_fdt_parse_vsc7224_channels() 184 channel->posttap_disable = ofnode_read_bool(node_chan, in cvmx_fdt_parse_vsc7224_channels()
|
| /u-boot/drivers/power/pmic/ |
| A D | pca9450.c | 104 if (ofnode_read_bool(dev_ofnode(dev), "nxp,wdog_b-warm-reset")) in pca9450_probe()
|
| /u-boot/drivers/reboot-mode/ |
| A D | reboot-mode-rtc.c | 102 plat_data->is_big_endian = ofnode_read_bool(dev_ofnode(dev), "big-endian"); in reboot_mode_ofdata_to_platdata()
|
| /u-boot/lib/ |
| A D | binman.c | 50 if (ofnode_read_bool(node, "multiple-images")) { in find_image_node()
|
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl_stm32.c | 347 if (ofnode_read_bool(node, "drive-open-drain")) in prep_gpio_ctl() 352 if (ofnode_read_bool(node, "bias-pull-up")) in prep_gpio_ctl() 354 else if (ofnode_read_bool(node, "bias-pull-down")) in prep_gpio_ctl()
|
| A D | pinctrl-uclass.c | 132 if (ofnode_read_bool(node, "gpio-controller")) in pinconfig_post_bind()
|
| /u-boot/drivers/pinctrl/renesas/ |
| A D | pfc-r7s72100.c | 125 if (!ofnode_read_bool(node, "gpio-controller")) in r7s72100_pfc_probe()
|
| /u-boot/arch/x86/cpu/tangier/ |
| A D | pinmux.c | 173 is_protected = ofnode_read_bool(pin_node, "protected"); in mrfld_pinctrl_cfg_pin()
|
| /u-boot/boot/ |
| A D | vbe_request.c | 221 ofnode_read_bool(dest, "vbe,required")) { in bootmeth_vbe_ft_fixup()
|
| /u-boot/drivers/gpio/ |
| A D | dwapb_gpio.c | 177 if (!ofnode_read_bool(node, "gpio-controller")) in gpio_dwapb_bind()
|
| /u-boot/drivers/net/ |
| A D | bcm6368-eth.c | 610 if (ofnode_read_bool(node, "full-duplex")) in bcm6368_eth_probe() 612 if (ofnode_read_bool(node, "bypass-link")) in bcm6368_eth_probe()
|
| /u-boot/drivers/mmc/ |
| A D | octeontx_hsmmc.c | 3604 slot->cd_inverted = ofnode_read_bool(node, "cd-inverted"); in octeontx_mmc_get_config() 3606 slot->wp_inverted = ofnode_read_bool(node, "wp-inverted"); in octeontx_mmc_get_config() 3628 if (ofnode_read_bool(node, "no-1-8-v")) { in octeontx_mmc_get_config() 3635 if (ofnode_read_bool(node, "mmc-ddr-3-3v")) { in octeontx_mmc_get_config() 3642 if (ofnode_read_bool(node, "cap-sd-highspeed") || in octeontx_mmc_get_config() 3643 ofnode_read_bool(node, "cap-mmc-highspeed") || in octeontx_mmc_get_config() 3644 ofnode_read_bool(node, "sd-uhs-sdr25")) in octeontx_mmc_get_config() 3649 if (ofnode_read_bool(node, "sd-uhs-sdr50")) in octeontx_mmc_get_config() 3651 if (ofnode_read_bool(node, "sd-uhs-ddr50")) in octeontx_mmc_get_config() 3657 if (ofnode_read_bool(node, "mmc-hs200-1_8v")) in octeontx_mmc_get_config() [all …]
|
| /u-boot/include/dm/ |
| A D | ofnode.h | 540 bool ofnode_read_bool(ofnode node, const char *propname);
|