| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 56 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 D | lowlevel_init.S | 21 .pool 51 .pool 65 .pool
|
| H A D | lowlevel_init_ca15.S | 20 .pool
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | keystone-k2e-netcp.dtsi | 183 rx-pool = <1024 12>; 184 tx-pool = <1024 12>; 195 rx-pool = <1024 12>; 196 tx-pool = <1024 12>;
|
| H A D | keystone-k2l-netcp.dtsi | 166 rx-pool = <1024 12>; 167 tx-pool = <1024 12>; 178 rx-pool = <1024 12>; 179 tx-pool = <1024 12>;
|
| H A D | keystone-k2hk-netcp.dtsi | 185 rx-pool = <1024 12>; 186 tx-pool = <1024 12>; 197 rx-pool = <1024 12>; 198 tx-pool = <1024 12>;
|
| H A D | keystone-k2g-netcp.dtsi | 142 rx-pool = <512 12>; 143 tx-pool = <511 12>;
|
| H A D | imx7ulp.dtsi | 54 compatible = "shared-dma-pool";
|
| H A D | meson-gx.dtsi | 76 compatible = "shared-dma-pool";
|
| H A D | stih407-family.dtsi | 24 compatible = "shared-dma-pool";
|
| H A D | rv1106.dtsi | 130 compatible = "shared-dma-pool";
|
| H A D | rv1126.dtsi | 299 compatible = "shared-dma-pool";
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.omap3 | 40 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 D | mvpp2.c | 90 #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 D | README.zfs | 15 2. To list the files in zfs pool, device or partition, execute
|
| H A D | README.dns | 53 bfin> dns pool.ntp.org ntpserverip
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.gperf | 4 %define string-pool-name kconf_id_strings
|
| /rk3399_rockchip-uboot/ |
| H A D | Kconfig | 86 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 D | README | 2738 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 D | Kconfig | 384 Additional size of malloc() pool before relocation.
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | Kconfig | 118 Specify the amount of the stack to use as memory pool for
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 2923 the malloc pool. You can call this after freeing large blocks of
|