Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap-wl.c56 struct ubi_fm_pool *pool) in return_unused_pool_pebs() argument
61 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs()
62 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
121 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local
128 return_unused_pool_pebs(ubi, pool); in ubi_refill_pools()
131 pool->size = 0; in ubi_refill_pools()
135 if (pool->size < pool->max_size) { in ubi_refill_pools()
143 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools()
144 pool->size++; in ubi_refill_pools()
168 pool->used = 0; in ubi_refill_pools()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A Dlowlevel_init.S21 .pool
51 .pool
65 .pool
H A Dlowlevel_init_ca15.S20 .pool
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2e-netcp.dtsi183 rx-pool = <1024 12>;
184 tx-pool = <1024 12>;
195 rx-pool = <1024 12>;
196 tx-pool = <1024 12>;
H A Dkeystone-k2l-netcp.dtsi166 rx-pool = <1024 12>;
167 tx-pool = <1024 12>;
178 rx-pool = <1024 12>;
179 tx-pool = <1024 12>;
H A Dkeystone-k2hk-netcp.dtsi185 rx-pool = <1024 12>;
186 tx-pool = <1024 12>;
197 rx-pool = <1024 12>;
198 tx-pool = <1024 12>;
H A Dkeystone-k2g-netcp.dtsi142 rx-pool = <512 12>;
143 tx-pool = <511 12>;
H A Dimx7ulp.dtsi54 compatible = "shared-dma-pool";
H A Dmeson-gx.dtsi76 compatible = "shared-dma-pool";
H A Dstih407-family.dtsi24 compatible = "shared-dma-pool";
H A Drv1106.dtsi130 compatible = "shared-dma-pool";
H A Drv1126.dtsi299 compatible = "shared-dma-pool";
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.omap340 0x80208000 - 0x80307FFF: malloc() pool available to SPL.
47 0x87080000 - 0x870FFFFF: malloc() pool available to SPL.
52 only vary in where the BSS and malloc pool reside.
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c90 #define MVPP2_POOL_BUF_SIZE_REG(pool) (0x180 + 4 * (pool)) argument
268 #define MVPP2_BM_POOL_BASE_REG(pool) (0x6000 + ((pool) * 4)) argument
270 #define MVPP2_BM_POOL_SIZE_REG(pool) (0x6040 + ((pool) * 4)) argument
272 #define MVPP2_BM_POOL_READ_PTR_REG(pool) (0x6080 + ((pool) * 4)) argument
274 #define MVPP2_BM_POOL_PTRS_NUM_REG(pool) (0x60c0 + ((pool) * 4)) argument
276 #define MVPP2_BM_BPPI_READ_PTR_REG(pool) (0x6100 + ((pool) * 4)) argument
277 #define MVPP2_BM_BPPI_PTRS_NUM_REG(pool) (0x6140 + ((pool) * 4)) argument
280 #define MVPP2_BM_POOL_CTRL_REG(pool) (0x6200 + ((pool) * 4)) argument
292 #define MVPP2_BM_INTR_CAUSE_REG(pool) (0x6240 + ((pool) * 4)) argument
298 #define MVPP2_BM_INTR_MASK_REG(pool) (0x6280 + ((pool) * 4)) argument
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.zfs15 2. To list the files in zfs pool, device or partition, execute
H A DREADME.dns53 bfin> dns pool.ntp.org ntpserverip
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.gperf4 %define string-pool-name kconf_id_strings
/rk3399_rockchip-uboot/
H A DKconfig86 bool "Enable malloc() pool before relocation"
90 we can provide a small malloc() pool if needed. Driver model in
95 hex "Size of malloc() pool before relocation"
100 we can provide a small malloc() pool if needed. Driver model in
105 hex "Size of malloc() pool in SPL before relocation"
110 we can provide a small malloc() pool if needed. Driver model in
115 hex "Size of malloc() pool in TPL before relocation"
120 we can provide a small malloc() pool if needed. Driver model in
H A DREADME2738 Starting address of the malloc pool used in SPL.
2744 The size of the malloc pool used in SPL.
3012 Size of the malloc() pool for use before relocation. If
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig384 Additional size of malloc() pool before relocation.
/rk3399_rockchip-uboot/common/spl/
H A DKconfig118 Specify the amount of the stack to use as memory pool for
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src2923 the malloc pool. You can call this after freeing large blocks of