/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | util.c | 44 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()
|
D | regmap.c | 139 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()
|
D | ofnode.c | 90 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()
|
D | read.c | 64 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | dp83867.c | 170 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/ |
D | pfc-r7s72100.c | 123 if (!ofnode_read_bool(node, "gpio-controller")) in r7s72100_pfc_probe()
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/tangier/ |
D | pinmux.c | 136 is_protected = ofnode_read_bool(pin_node, "protected"); in mrfld_pinctrl_cfg_pin()
|
/third_party/uboot/u-boot-2020.01/drivers/gpio/ |
D | dwapb_gpio.c | 168 if (!ofnode_read_bool(node, "gpio-controller")) in gpio_dwapb_bind()
|
D | gpio-uclass.c | 1071 if (ofnode_read_bool(node, "gpio-hog")) { in gpio_post_bind()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | ofnode.h | 294 bool ofnode_read_bool(ofnode node, const char *propname);
|
D | read.h | 665 return ofnode_read_bool(dev_ofnode(dev), propname); in dev_read_bool()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
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()
|
D | mtk_eth.c | 1098 priv->duplex = ofnode_read_bool(subnode, "full-duplex"); in mtk_eth_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/ |
D | pinctrl-uclass.c | 128 if (ofnode_read_bool(node, "gpio-controller")) in pinconfig_post_bind()
|
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/ |
D | regulator-uclass.c | 447 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/ |
D | pinctrl-mtk-common.c | 521 if (ofnode_read_bool(node, "gpio-controller")) { in mtk_gpiochip_register()
|
/third_party/uboot/u-boot-2020.01/drivers/ram/ |
D | mpc83xx_sdram.c | 460 if (ofnode_read_bool(subnode, "read-spd")) in mpc83xx_sdram_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ti/ |
D | cpsw.c | 1314 if (ofnode_read_bool(subnode, "rmii-clock-ext")) in cpsw_eth_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/dma/ti/ |
D | k3-udma.c | 1632 uc->needs_epib = ofnode_read_bool(chconf_node, "ti,needs-epib"); in udma_of_xlate()
|