Searched refs:dev_read_resource_byname (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand_dt.c | 57 ret = dev_read_resource_byname(dev, "gpmi-nand", &res); in mxs_nand_dt_probe() 64 ret = dev_read_resource_byname(dev, "bch", &res); in mxs_nand_dt_probe()
|
| H A D | denali_dt.c | 79 ret = dev_read_resource_byname(dev, "denali_reg", &res); in denali_dt_probe() 85 ret = dev_read_resource_byname(dev, "nand_data", &res); in denali_dt_probe()
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ufs-rockchip.c | 171 err = dev_read_resource_byname(dev, "hci_grf", &res); in ufs_rockchip_common_init() 179 err = dev_read_resource_byname(dev, "mphy_grf", &res); in ufs_rockchip_common_init() 187 err = dev_read_resource_byname(dev, "mphy", &res); in ufs_rockchip_common_init()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | bcm63158_nand.c | 83 dev_read_resource_byname(pdev, "nand-int-base", &res); in bcm63158_nand_probe()
|
| H A D | bcm6838_nand.c | 81 dev_read_resource_byname(pdev, "nand-int-base", &res); in bcm6838_nand_probe()
|
| H A D | bcm6858_nand.c | 83 dev_read_resource_byname(pdev, "nand-int-base", &res); in bcm6858_nand_probe()
|
| H A D | brcmnand.c | 2561 if (!dev_read_resource_byname(pdev, "nand-cache", &res)) { in brcmnand_probe()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 487 int dev_read_resource_byname(struct udevice *dev, const char *name, 693 static inline int dev_read_resource_byname(struct udevice *dev, in dev_read_resource_byname() function
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 240 int dev_read_resource_byname(struct udevice *dev, const char *name, in dev_read_resource_byname() function
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pcie_dw_rockchip.c | 803 ret = dev_read_resource_byname(dev, "pcie-dbi", &res); in rockchip_pcie_parse_dt() 809 ret = dev_read_resource_byname(dev, "pcie-apb", &res); in rockchip_pcie_parse_dt()
|