Lines Matching defs:size
66 /* size parameter validity check */
68 WARN("Window %d: window size is not power of 2 (0x%" PRIx64 ")\n",
71 WARN("Rounding size to 0x%" PRIx64 "\n", win->win_size);
77 uint32_t ctrl, base, size;
80 * size is 64KB granularity.
81 * The number of ones specifies the size of the
84 size = (win->win_size / AMB_WIN_ALIGNMENT_64K) - 1;
85 ctrl = (size << AMB_SIZE_OFFSET) | (win->target_id << AMB_ATTR_OFFSET);
91 /* enable window after configuring window size (and attributes) */
100 uint32_t size, size_count;
103 printf("bank attribute base size\n");
111 size = (size_count + 1) * AMB_WIN_ALIGNMENT_64K;
113 attr, base, size);
130 /* Get the array of the windows and its size */