Searched refs:ofnode_read_bool (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A D | util.c | 60 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc")) in dm_ofnode_pre_reloc() 64 if (ofnode_read_bool(node, "u-boot,dm-tpl")) in dm_ofnode_pre_reloc() 67 if (ofnode_read_bool(node, "u-boot,dm-spl")) in dm_ofnode_pre_reloc() 74 if (ofnode_read_bool(node, "u-boot,dm-spl") || in dm_ofnode_pre_reloc() 75 ofnode_read_bool(node, "u-boot,dm-tpl")) in dm_ofnode_pre_reloc()
|
H A D | ofnode.c | 90 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool() function 507 if (ofnode_read_bool(node, "interlaced")) in ofnode_decode_display_timing() 509 if (ofnode_read_bool(node, "doublescan")) in ofnode_decode_display_timing() 511 if (ofnode_read_bool(node, "doubleclk")) in ofnode_decode_display_timing() 703 if (ofnode_read_bool(node, "u-boot,dm-pre-reloc")) in ofnode_pre_reloc() 705 if (ofnode_read_bool(node, "u-boot,dm-pre-proper")) in ofnode_pre_reloc() 709 if (ofnode_read_bool(node, "u-boot,dm-tpl")) in ofnode_pre_reloc() 712 if (ofnode_read_bool(node, "u-boot,dm-spl")) in ofnode_pre_reloc() 719 if (ofnode_read_bool(node, "u-boot,dm-spl") || in ofnode_pre_reloc() 720 ofnode_read_bool(node, "u-boot,dm-tpl")) in ofnode_pre_reloc()
|
H A D | regmap.c | 167 if (ofnode_read_bool(node, "little-endian")) in regmap_init_mem() 169 else if (ofnode_read_bool(node, "big-endian")) in regmap_init_mem() 171 else if (ofnode_read_bool(node, "native-endian")) in regmap_init_mem()
|
H A D | read.c | 54 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ti.c | 232 if (ofnode_read_bool(node, "ti,max-output-impedance")) in dp83867_of_init() 234 else if (ofnode_read_bool(node, "ti,min-output-impedance")) in dp83867_of_init() 239 if (ofnode_read_bool(node, "ti,dp83867-rxctrl-strap-quirk")) in dp83867_of_init() 251 if (ofnode_read_bool(node, "enet-phy-lane-swap")) in dp83867_of_init() 254 if (ofnode_read_bool(node, "enet-phy-lane-no-swap")) in dp83867_of_init()
|
/openbmc/u-boot/arch/x86/cpu/tangier/ |
H A D | pinmux.c | 136 is_protected = ofnode_read_bool(pin_node, "protected"); in mrfld_pinctrl_cfg_pin()
|
/openbmc/u-boot/include/dm/ |
H A D | ofnode.h | 294 bool ofnode_read_bool(ofnode node, const char *propname);
|
H A D | read.h | 572 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm6368-eth.c | 611 if (ofnode_read_bool(node, "full-duplex")) in bcm6368_eth_probe() 613 if (ofnode_read_bool(node, "bypass-link")) in bcm6368_eth_probe()
|
H A D | mtk_eth.c | 1097 priv->duplex = ofnode_read_bool(subnode, "full-duplex"); in mtk_eth_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.c | 519 if (ofnode_read_bool(node, "gpio-controller")) { in mtk_gpiochip_register()
|
/openbmc/u-boot/drivers/ram/ |
H A D | mpc83xx_sdram.c | 460 if (ofnode_read_bool(subnode, "read-spd")) in mpc83xx_sdram_probe()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 1071 if (ofnode_read_bool(node, "gpio-hog")) { in gpio_post_bind()
|