Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/core/
Dutil.c44 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc")) in dm_ofnode_pre_reloc()
46 if (ofnode_read_bool(node, "u-boot,dm-pre-proper")) in dm_ofnode_pre_reloc()
53 if (ofnode_read_bool(node, "u-boot,dm-spl") || in dm_ofnode_pre_reloc()
54 ofnode_read_bool(node, "u-boot,dm-tpl")) in dm_ofnode_pre_reloc()
Dregmap.c139 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem_index()
141 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem_index()
143 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem_index()
213 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem()
215 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem()
217 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem()
Dofnode.c90 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool() function
520 if (ofnode_read_bool(node, "interlaced")) in ofnode_decode_display_timing()
522 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing()
524 if (ofnode_read_bool(node, "doubleclk")) in ofnode_decode_display_timing()
723 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc")) in ofnode_pre_reloc()
725 if (ofnode_read_bool(node, "u-boot,dm-pre-proper")) in ofnode_pre_reloc()
732 if (ofnode_read_bool(node, "u-boot,dm-spl") || in ofnode_pre_reloc()
733 ofnode_read_bool(node, "u-boot,dm-tpl")) in ofnode_pre_reloc()
Dread.c64 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Ddp83867.c170 if (ofnode_read_bool(node, "ti,max-output-impedance")) in dp83867_of_init()
172 else if (ofnode_read_bool(node, "ti,min-output-impedance")) in dp83867_of_init()
177 if (ofnode_read_bool(node, "ti,dp83867-rxctrl-strap-quirk")) in dp83867_of_init()
231 if (ofnode_read_bool(node, "enet-phy-lane-swap")) in dp83867_of_init()
234 if (ofnode_read_bool(node, "enet-phy-lane-no-swap")) in dp83867_of_init()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/renesas/
Dpfc-r7s72100.c123 if (!ofnode_read_bool(node, "gpio-controller")) in r7s72100_pfc_probe()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/tangier/
Dpinmux.c136 is_protected = ofnode_read_bool(pin_node, "protected"); in mrfld_pinctrl_cfg_pin()
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Ddwapb_gpio.c168 if (!ofnode_read_bool(node, "gpio-controller")) in gpio_dwapb_bind()
Dgpio-uclass.c1071 if (ofnode_read_bool(node, "gpio-hog")) { in gpio_post_bind()
/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h294 bool ofnode_read_bool(ofnode node, const char *propname);
Dread.h665 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dbcm6368-eth.c611 if (ofnode_read_bool(node, "full-duplex")) in bcm6368_eth_probe()
613 if (ofnode_read_bool(node, "bypass-link")) in bcm6368_eth_probe()
Dmtk_eth.c1098 priv->duplex = ofnode_read_bool(subnode, "full-duplex"); in mtk_eth_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-uclass.c128 if (ofnode_read_bool(node, "gpio-controller")) in pinconfig_post_bind()
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Dregulator-uclass.c447 uc_pdata->suspend_on = !ofnode_read_bool(node, "regulator-off-in-suspend"); in regulator_pre_probe()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c521 if (ofnode_read_bool(node, "gpio-controller")) { in mtk_gpiochip_register()
/third_party/uboot/u-boot-2020.01/drivers/ram/
Dmpc83xx_sdram.c460 if (ofnode_read_bool(subnode, "read-spd")) in mpc83xx_sdram_probe()
/third_party/uboot/u-boot-2020.01/drivers/net/ti/
Dcpsw.c1314 if (ofnode_read_bool(subnode, "rmii-clock-ext")) in cpsw_eth_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/dma/ti/
Dk3-udma.c1632 uc->needs_epib = ofnode_read_bool(chconf_node, "ti,needs-epib"); in udma_of_xlate()