Searched refs:resource_size (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand_dt.c | 61 info->gpmi_regs = devm_ioremap(dev, res.start, resource_size(&res)); in mxs_nand_dt_probe() 68 info->bch_regs = devm_ioremap(dev, res.start, resource_size(&res)); in mxs_nand_dt_probe()
|
| H A D | denali_dt.c | 83 denali->reg = devm_ioremap(dev, res.start, resource_size(&res)); in denali_dt_probe() 89 denali->host = devm_ioremap(dev, res.start, resource_size(&res)); in denali_dt_probe()
|
| H A D | vf610_nfc.c | 787 resource_size(&res))); in vf610_nfc_dt_probe()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | bcm63158_nand.c | 84 priv->base = devm_ioremap(dev, res.start, resource_size(&res)); in bcm63158_nand_probe()
|
| H A D | bcm6838_nand.c | 82 priv->base = ioremap(res.start, resource_size(&res)); in bcm6838_nand_probe()
|
| H A D | bcm6858_nand.c | 84 priv->base = devm_ioremap(dev, res.start, resource_size(&res)); in bcm6858_nand_probe()
|
| H A D | brcmnand.c | 2520 ctrl->nand_base = devm_ioremap(pdev, res.start, resource_size(&res)); in brcmnand_probe() 2563 resource_size(&res)); in brcmnand_probe()
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 38 smt->size = resource_size(&resource); in scmi_dt_get_smt_buffer()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ioport.h | 129 static inline resource_size_t resource_size(const struct resource *res) in resource_size() function
|
| /rk3399_rockchip-uboot/common/ |
| H A D | android_bootloader.c | 508 size_t resource_size; in avb_image_distribute_prepare() local 518 resource_size = get_partition_size(ops, in avb_image_distribute_prepare() 522 vendor_boot_size + resource_size); in avb_image_distribute_prepare()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_tegra.c | 813 size = resource_size(&pcie->cs);
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 2183 base = ioremap(iomem->start, resource_size(iomem)); in musb_probe()
|