| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ioport.h | 18 struct resource { struct 23 struct resource *parent, *sibling, *child; argument 28 struct resource *res; 110 extern struct resource ioport_resource; 111 extern struct resource iomem_resource; 113 extern int request_resource(struct resource *root, struct resource *new); 114 extern int release_resource(struct resource *new); 115 extern void reserve_region_with_split(struct resource *root, 118 extern int insert_resource(struct resource *parent, struct resource *new); 119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new); [all …]
|
| H A D | mbus.h | 14 struct resource; 61 void mvebu_mbus_get_pcie_mem_aperture(struct resource *res); 62 void mvebu_mbus_get_pcie_io_aperture(struct resource *res);
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 28 struct resource resource; in scmi_dt_get_smt_buffer() local 34 ret = ofnode_read_resource(args.node, 0, &resource); in scmi_dt_get_smt_buffer() 38 smt->size = resource_size(&resource); in scmi_dt_get_smt_buffer() 44 smt->buf = devm_ioremap(dev, resource.start, smt->size); in scmi_dt_get_smt_buffer()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | of_addr.h | 46 struct resource; 62 struct resource *r);
|
| H A D | read.h | 17 struct resource; 477 int dev_read_resource(struct udevice *dev, uint index, struct resource *res); 488 struct resource *res); 688 struct resource *res) in dev_read_resource() 695 struct resource *res) in dev_read_resource_byname()
|
| H A D | ofnode.h | 18 struct resource; 727 int ofnode_read_resource(ofnode node, uint index, struct resource *res); 729 struct resource *res);
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | README.rockchip | 16 ./scripts/pack_resource.sh resource.img 19 ./scripts/unpack_resource.sh resource.img out/ 22 ./scripts/mkbootimg --kernel zImage --second resource.img --ramdisk ramdisk.img --out boot.img 41 ./tools/resource_tool --unpack --image=resource.img out/
|
| H A D | android2fit.sh | 60 mv ${OUT}/second ${OUT}/resource 64 cp ${OUT}/resource images/second
|
| H A D | pack_resource.sh | 9 RSCE_NEW=resource.img 86 mv ${RSCE_NEW} ${TMP_DIR2}/resource
|
| H A D | uimage-pack.sh | 19 …G_DIR}/kernel.img:${IMG_DIR}/ramdisk.img:${IMG_DIR}/rk-kernel.dtb:${IMG_DIR}/resource.img $IMG_NAME
|
| /rk3399_rockchip-uboot/board/broadcom/bcmstb/ |
| H A D | bcmstb.c | 90 struct fdt_resource resource = { 0 }; in bcmstb_sdhci_address() local 117 "host", &resource); in bcmstb_sdhci_address() 124 return resource.start; in bcmstb_sdhci_address()
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_ops_user.h | 81 struct preloaded_partition resource; member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 933 struct resource resource; in stm32_fmc2_probe() local 945 ret = dev_read_resource(dev, 0, &resource); in stm32_fmc2_probe() 950 fmc2->io_base = (void __iomem *)resource.start; in stm32_fmc2_probe() 957 ret = dev_read_resource(dev, mem_region, &resource); in stm32_fmc2_probe() 963 fmc2->data_base[chip_cs] = (void __iomem *)resource.start; in stm32_fmc2_probe() 965 ret = dev_read_resource(dev, mem_region + 1, &resource); in stm32_fmc2_probe() 971 fmc2->cmd_base[chip_cs] = (void __iomem *)resource.start; in stm32_fmc2_probe() 973 ret = dev_read_resource(dev, mem_region + 2, &resource); in stm32_fmc2_probe() 979 fmc2->addr_base[chip_cs] = (void __iomem *)resource.start; in stm32_fmc2_probe()
|
| H A D | mxs_nand_dt.c | 48 struct resource res; in mxs_nand_dt_probe()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_addr.c | 325 const char *name, struct resource *r) in __of_address_to_resource() 334 memset(r, 0, sizeof(struct resource)); in __of_address_to_resource() 344 struct resource *r) in of_address_to_resource()
|
| H A D | read.c | 235 int dev_read_resource(struct udevice *dev, uint index, struct resource *res) in dev_read_resource() 241 struct resource *res) in dev_read_resource_byname()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | xusb-padctl-common.h | 82 struct resource regs;
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 81 resource {
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | bcmstb_spi.c | 104 struct fdt_resource resource = { 0 }; in bcmstb_spi_ofdata_to_platdata() local 116 names[i], &resource); in bcmstb_spi_ofdata_to_platdata() 121 plat->base[i] = (void *)resource.start; in bcmstb_spi_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | bcm63158_nand.c | 79 struct resource res; in bcm63158_nand_probe()
|
| H A D | bcm6838_nand.c | 77 struct resource res; in bcm6838_nand_probe()
|
| H A D | bcm6858_nand.c | 79 struct resource res; in bcm6858_nand_probe()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sh_pfc.h | 109 struct resource *resource; member
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | Kconfig | 86 bool "Enable TPM resource flushing support" 101 bool "Enable TPM resource listing support"
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | southcluster.asl | 134 /* Update PCI resource area */ 149 /* Update High PCI resource area */
|