Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 54) sorted by relevance

123

/rk3399_rockchip-uboot/include/linux/
H A Dioport.h18 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 Dmbus.h14 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 Dsmt.c28 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 Dof_addr.h46 struct resource;
62 struct resource *r);
H A Dread.h17 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 Dofnode.h18 struct resource;
727 int ofnode_read_resource(ofnode node, uint index, struct resource *res);
729 struct resource *res);
/rk3399_rockchip-uboot/scripts/
H A DREADME.rockchip16 ./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 Dandroid2fit.sh60 mv ${OUT}/second ${OUT}/resource
64 cp ${OUT}/resource images/second
H A Dpack_resource.sh9 RSCE_NEW=resource.img
86 mv ${RSCE_NEW} ${TMP_DIR2}/resource
H A Duimage-pack.sh19 …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 Dbcmstb.c90 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 Davb_ops_user.h81 struct preloaded_partition resource; member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c933 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 Dmxs_nand_dt.c48 struct resource res; in mxs_nand_dt_probe()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_addr.c325 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 Dread.c235 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 Dxusb-padctl-common.h82 struct resource regs;
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_boot.sh81 resource {
/rk3399_rockchip-uboot/drivers/spi/
H A Dbcmstb_spi.c104 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 Dbcm63158_nand.c79 struct resource res; in bcm63158_nand_probe()
H A Dbcm6838_nand.c77 struct resource res; in bcm6838_nand_probe()
H A Dbcm6858_nand.c79 struct resource res; in bcm6858_nand_probe()
/rk3399_rockchip-uboot/include/
H A Dsh_pfc.h109 struct resource *resource; member
/rk3399_rockchip-uboot/drivers/tpm/
H A DKconfig86 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 Dsouthcluster.asl134 /* Update PCI resource area */
149 /* Update High PCI resource area */

123